Merge a split multi-line comment.

MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2012-02-29 14:43:27 +00:00
parent 0d43a18d50
commit da732fc69f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232296

View File

@ -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.