aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/p9fs/p9fs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/p9fs/p9fs_vfsops.c')
-rw-r--r--sys/fs/p9fs/p9fs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/p9fs/p9fs_vfsops.c b/sys/fs/p9fs/p9fs_vfsops.c
index 3451bc052187..e0e91e7e1709 100644
--- a/sys/fs/p9fs/p9fs_vfsops.c
+++ b/sys/fs/p9fs/p9fs_vfsops.c
@@ -374,7 +374,7 @@ p9fs_vget_common(struct mount *mp, struct p9fs_node *np, int flags,
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 {
/*