]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4.1: Ensure state manager thread dies on last umount
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 15 Apr 2011 21:34:18 +0000 (17:34 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 May 2011 22:54:53 +0000 (15:54 -0700)
commite411ea9e3b04f4eb2d3ff833e4e0055fd6e12331
tree32b579b7946654cff0e007ed245a339938aebab9
parent9aa8b9cc2733f5a2e97862fc21b275e731a884ce
NFSv4.1: Ensure state manager thread dies on last umount

commit 47c2199b6eb5fbe38ddb844db7cdbd914d304f9c upstream.

Currently, the state manager may continue to try recovering state forever
even after the last filesystem to reference that nfs_client has umounted.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/nfs/nfs4state.c