]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r255216
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 21 Sep 2013 22:07:24 +0000 (22:07 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 21 Sep 2013 22:07:24 +0000 (22:07 +0000)
commitedbec9448e5b39d98a57070e69f924e41ed0a0c8
treea2b88d474701b6186a3cef81e3bd24a3062026eb
parent5eaf8982846b2a75dbc7b699e84ee7f8fc12f89d
MFC: r255216
Crashes have been observed for NFSv4.1 mounts when the system
is being shut down which were caused by the nfscbd_pool being
destroyed before the backchannel is disabled. This patch is
believed to fix the problem, by simply avoiding ever destroying
the nfscbd_pool. Since the NFS client module cannot be unloaded,
this should not cause a memory leak.

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