summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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