commit | 66b2b9b2b0e8a9034806293a436628400a44a71d | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Mar 19 12:05:39 2013 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Apr 03 11:48:40 2013 -0400 |
tree | a1a142425240c28f7b942dc665afe77752c82ae1 | |
parent | 221a68766973d7a3afe40a05abd8258b5de016a0 [diff] |
nfsd4: don't destroy in-use session This changes session destruction to be similar to client destruction in that attempts to destroy a session while in use (which should be rare corner cases) result in DELAY. This simplifies things somewhat and helps meet a coming 4.2 requirement. Signed-off-by: J. Bruce Fields <bfields@redhat.com>