commit | b78800baee494eaca1d8a9ca2d490704fcc49fa0 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Nov 04 17:46:04 2013 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Nov 04 17:46:50 2013 -0500 |
tree | 6d5ece8e03a4166b55989617edb0e903d9822239 | |
parent | 3378b7f40d79930f0f447a164c7e8fcbe4480e40 [diff] |
Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation" This reverts commit 7ebe40f20372688a627ad6c754bc0d1c05df58a9. We forgot the nfs4_put_delegation call in fs/nfsd/nfs4callback.c which should not be unhashing the stateid. This lead to warnings from the idr code when we tried to removed id's twice. Signed-off-by: J. Bruce Fields <bfields@redhat.com>