commit | 1daef0a868370c5a96d031b9202e3354bea060e6 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Jul 27 18:19:01 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 06 20:08:26 2008 -0400 |
tree | a072a8486c67f3d26b576e5bace8aa45def2d328 | |
parent | d5e66348bbe39dc78509e7561f7252aa443df8c0 [diff] |
NFS: Clean up nfs_sb_active/nfs_sb_deactive Instead of causing umount requests to block on server->active_wq while the asynchronous sillyrename deletes are executing, we can use the sb->s_active counter to obtain a reference to the super_block, and then release that reference in nfs_async_unlink_release(). Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>