nfsd4: move CLOSE_STATE special case to caller
Move the CLOSE_STATE case into the unique caller that cares about it rather than putting it in preprocess_seqid_op. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
@@ -448,7 +448,6 @@ struct nfs4_stateid {
|
||||
#define LOCK_STATE 0x00000008
|
||||
#define RD_STATE 0x00000010
|
||||
#define WR_STATE 0x00000020
|
||||
#define CLOSE_STATE 0x00000040
|
||||
|
||||
struct nfsd4_compound_state;
|
||||
|
||||
|
Reference in New Issue
Block a user