Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143462519
D51720.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
352 B
Referenced Files
None
Subscribers
None
D51720.diff
View Options
diff --git a/sys/fs/p9fs/p9fs_vfsops.c b/sys/fs/p9fs/p9fs_vfsops.c
--- a/sys/fs/p9fs/p9fs_vfsops.c
+++ b/sys/fs/p9fs/p9fs_vfsops.c
@@ -374,7 +374,7 @@
STAILQ_INSERT_TAIL(&vses->virt_node_list, np, p9fs_node_next);
np->flags |= P9FS_NODE_IN_SESSION;
P9FS_UNLOCK(vses);
-
+ vn_set_state(vp, VSTATE_CONSTRUCTED);
*vpp = vp;
} else {
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 4:24 PM (9 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28126823
Default Alt Text
D51720.diff (352 B)
Attached To
Mode
D51720: p9fs: Set vnode state in p9fs_vget_common()
Attached
Detach File
Event Timeline
Log In to Comment