]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r214511
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 5 Nov 2010 02:33:27 +0000 (02:33 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 5 Nov 2010 02:33:27 +0000 (02:33 +0000)
commitf52496a0369789e0cc60769362d8d479fa298b3b
treea3df537a012e8e07a5d06501a106c492384887c7
parent8326c71f2df9e3ebd0827c50d114a0a8cd983577
MFC: r214511
Add a call for nfsrpc_close() to ncl_reclaim() in the experimental
NFSv4 client, since the call in ncl_inactive() might be missed
because VOP_INACTIVE() is not guaranteed to be called before
VOP_RECLAIM().

git-svn-id: svn://svn.freebsd.org/base/stable/8@214820 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfsclient/nfs_clnode.c