]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r226687:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Nov 2011 15:38:41 +0000 (15:38 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Nov 2011 15:38:41 +0000 (15:38 +0000)
commit59c2d9add7ab4c9a3da5fc96107bc00c5089904d
tree12cf8e0a9052159dbc4a9c944c973c7420522838
parent3493f911c3b7a18aa05e1c7998064950fbf98558
MFC r226687:
The only possible error return from null_nodeget() is due to insmntque1
failure (the getnewvnode cannot return an error). In this case, the
null_insmntque_dtr() already unlocked the reclaimed vnode, so VOP_UNLOCK()
in the nullfs_mount() after null_nodeget() failure is wrong.

Approved by: re (bz)

git-svn-id: svn://svn.freebsd.org/base/stable/9@226989 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nullfs/null_vfsops.c