]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r232303:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 7 Mar 2012 08:05:12 +0000 (08:05 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 7 Mar 2012 08:05:12 +0000 (08:05 +0000)
commit171fce2a1bf8027bf12f719ec4ed24b98e1c4fee
tree04aeeabbdae16fc3bd0e0668c78dd8826ece96e6
parent672fa46654930568fa0804099d2cdcd15665781c
MFC r232303:
In null_reclaim(), assert that reclaimed vnode is fully constructed,
instead of accepting half-constructed vnode. Previous code cannot decide
what to do with such vnode anyway, and although processing it for hash
removal, paniced later when getting rid of nullfs reference on lowervp.

While there, remove initializations from the declaration block.

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