commit | 23340032e64d70ce76817a88e8193c8040b095cf | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Apr 09 17:42:28 2013 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Apr 09 17:42:28 2013 -0400 |
tree | 12d7ebaea1fdc309f92514c96033b6a471053e1b | |
parent | 06b332a52293a45324320b6b446a7fa677fb6702 [diff] |
nfsd4: clean up validate_stateid The logic here is better expressed with a switch statement. While we're here, CLOSED stateids (or stateids of an unkown type--which would indicate a server bug) should probably return nfserr_bad_stateid, though this behavior shouldn't affect any non-buggy client. Signed-off-by: J. Bruce Fields <bfields@redhat.com>