diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-09-02 16:36:49 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-09-03 23:15:28 -0400 |
commit | f4dee24cca98739a4190a00fa014cd1b7e2581a4 (patch) | |
tree | f5d4e151450ac40aabaf8bbd802e37c1b1ec70ef /fs/nfsd/state.h | |
parent | 68b66e8270f44d297a48662e6aed72c5944f77bd (diff) | |
download | talos-op-linux-f4dee24cca98739a4190a00fa014cd1b7e2581a4.tar.gz talos-op-linux-f4dee24cca98739a4190a00fa014cd1b7e2581a4.zip |
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>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index f7114fc21dee..0d88000d15d7 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -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; |