]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Do not call rpciod_down() before call to destroy_nfsv4_state()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:09 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:09 +0000 (13:44 -0500)
commitdb64fd9a16007625739a7d02323d34885d0a55c2
treede7ced8972fdff5011d43a6fe24c2c7ac7cc0cb6
parente3e5209517513c087d72554f4861a8145755e3ae
NFSv4: Do not call rpciod_down() before call to destroy_nfsv4_state()

The reason is that the idmapper cleanup may call flush_workqueue() on
rpciod_workqueue.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c