Author: kib
Date: Wed Mar  7 07:55:35 2012
New Revision: 232642
URL: http://svn.freebsd.org/changeset/base/232642

Log:
  MFC r232296:
  Merge a split multi-line comment.

Modified:
  stable/9/sys/fs/nullfs/null_subr.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/fs/nullfs/null_subr.c
==============================================================================
--- stable/9/sys/fs/nullfs/null_subr.c  Wed Mar  7 07:31:50 2012        
(r232641)
+++ stable/9/sys/fs/nullfs/null_subr.c  Wed Mar  7 07:55:35 2012        
(r232642)
@@ -213,12 +213,9 @@ null_nodeget(mp, lowervp, vpp)
        /*
         * We do not serialize vnode creation, instead we will check for
         * duplicates later, when adding new vnode to hash.
-        *
         * Note that duplicate can only appear in hash if the lowervp is
         * locked LK_SHARED.
-        */
-
-       /*
+        *
         * Do the MALLOC before the getnewvnode since doing so afterward
         * might cause a bogus v_data pointer to get dereferenced
         * elsewhere if MALLOC should block.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to