commit | 6e46d8a9ccbcd3273bdb6902ca2b6da62c253e73 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Fri Jun 30 01:56:14 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jun 30 11:25:40 2006 -0700 |
tree | fd5706307c249d7be444a2e4b21ac256203d1e56 | |
parent | 7fc90ec93a5eb71f4b08403baf5ba7176b3ec6b1 [diff] |
[PATCH] knfsd: nfsd4: remove superfluous grace period checks We're checking nfs_in_grace here a few times when there isn't really any reason to--bad_stateid is probably the more sensible return value anyway. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>