summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vnops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/nullfs/null_vnops.c')
-rw-r--r--sys/fs/nullfs/null_vnops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index ab0cc49..94bfea8 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -665,9 +665,9 @@ null_unlock(struct vop_unlock_args *ap)
}
/*
- * Do not allow the VOP_INACTIVE to be bypassed to the lower layer,
- * since the reference count on the lower vnode is not related with
- * our.
+ * Do not allow the VOP_INACTIVE to be passed to the lower layer,
+ * since the reference count on the lower vnode is not related to
+ * ours.
*/
static int
null_inactive(struct vop_inactive_args *ap __unused)
OpenPOWER on IntegriCloud