summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-02-29 14:43:27 +0000
committerkib <kib@FreeBSD.org>2012-02-29 14:43:27 +0000
commit6fca263f3fb31c2acf562be35c10e5b5fd0d7937 (patch)
tree2854da9044cd7b6697c1138716c05adb2993274c /sys/fs/nullfs
parent410dc4af7f267b132c5c0d5a73090b692e5b370d (diff)
downloadFreeBSD-src-6fca263f3fb31c2acf562be35c10e5b5fd0d7937.zip
FreeBSD-src-6fca263f3fb31c2acf562be35c10e5b5fd0d7937.tar.gz
Merge a split multi-line comment.
MFC after: 1 week
Diffstat (limited to 'sys/fs/nullfs')
-rw-r--r--sys/fs/nullfs/null_subr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/fs/nullfs/null_subr.c b/sys/fs/nullfs/null_subr.c
index aea98f3..f676b04 100644
--- a/sys/fs/nullfs/null_subr.c
+++ b/sys/fs/nullfs/null_subr.c
@@ -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.
OpenPOWER on IntegriCloud