summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-10-14 17:07:34 +0000
committerkib <kib@FreeBSD.org>2012-10-14 17:07:34 +0000
commit7cc759236bd3c8189a1fb82619856d7d9d72bb4e (patch)
tree3570c24987eb8c0c37d5ef19dc12cac438903c11 /sys/fs
parentb6c0be02b602a88e78c803ae09a17ed647c0af63 (diff)
downloadFreeBSD-src-7cc759236bd3c8189a1fb82619856d7d9d72bb4e.zip
FreeBSD-src-7cc759236bd3c8189a1fb82619856d7d9d72bb4e.tar.gz
Replace the XXX comment with the proper description.
MFC after: 1 week
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nullfs/null_vnops.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index 5fb020b..ab0cc49 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)
OpenPOWER on IntegriCloud