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)
commit967b9281361481aecf323563886ef972ee88c681
treede7ced8972fdff5011d43a6fe24c2c7ac7cc0cb6
parent12de3b35ea549c5819f287508d7afab0bf3ac44d
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