From 806efacae09f5bd36090481c5fb22e7cdbf2b7bd Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sun, 14 Oct 2012 17:07:34 +0000 Subject: [PATCH] Replace the XXX comment with the proper description. MFC after: 1 week --- sys/fs/nullfs/null_vnops.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index 5fb020b28d1d..ab0cc4948807 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -665,7 +665,9 @@ null_unlock(struct vop_unlock_args *ap) } /* - * XXXKIB + * 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. */ static int null_inactive(struct vop_inactive_args *ap __unused)