svn commit: r241548 - head/sys/fs/nullfs

Konstantin Belousov kib at FreeBSD.org
Sun Oct 14 17:07:34 UTC 2012


Author: kib
Date: Sun Oct 14 17:07:34 2012
New Revision: 241548
URL: http://svn.freebsd.org/changeset/base/241548

Log:
  Replace the XXX comment with the proper description.
  
  MFC after:	1 week

Modified:
  head/sys/fs/nullfs/null_vnops.c

Modified: head/sys/fs/nullfs/null_vnops.c
==============================================================================
--- head/sys/fs/nullfs/null_vnops.c	Sun Oct 14 15:08:07 2012	(r241547)
+++ head/sys/fs/nullfs/null_vnops.c	Sun Oct 14 17:07:34 2012	(r241548)
@@ -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)


More information about the svn-src-all mailing list