]> rtime.felk.cvut.cz Git - linux-imx.git/commit
nfsd4: clean up validate_stateid
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 9 Apr 2013 21:42:28 +0000 (17:42 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 9 Apr 2013 21:42:28 +0000 (17:42 -0400)
commit23340032e64d70ce76817a88e8193c8040b095cf
tree12d7ebaea1fdc309f92514c96033b6a471053e1b
parent06b332a52293a45324320b6b446a7fa677fb6702
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>
fs/nfsd/nfs4state.c