]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r226687:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Nov 2011 15:53:44 +0000 (15:53 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Nov 2011 15:53:44 +0000 (15:53 +0000)
commitc2f743af72bc26ba9092a5563c0514dda3937864
tree24910e2ad05e93c09b8c4bba30fed9d64c8ad5b4
parentcb24500ef62f0ccc707c44b0328f7e7be3b68944
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.

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