commit | 4e37a7c2075baa2a15a2ab90fcc44173888016ed | [log] [tgz] |
---|---|---|
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | Mon Nov 26 15:22:03 2012 +0300 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Nov 28 10:13:50 2012 -0500 |
tree | 79e51b7f10d1974dec521da01ba6f65764018640 | |
parent | c9a4962881929df7f1ef6e63e1b9da304faca4dd [diff] |
nfsd: make delegations shutdown network namespace aware NFSv4 delegations are stored in global list. But they are nfs4_client dependent, which is network namespace aware already. State shutdown and laundromat are done per network namespace as well. So, delegations unhash have to be done in network namespace context. Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>