summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2011-09-02 22:36:49 +0200
committerJ. Bruce Fields <bfields@redhat.com>2011-09-04 05:15:28 +0200
commitf4dee24cca98739a4190a00fa014cd1b7e2581a4 (patch)
treef5d4e151450ac40aabaf8bbd802e37c1b1ec70ef /fs/nfsd/state.h
parentnfsd4: move double-confirm test to open_confirm (diff)
downloadlinux-f4dee24cca98739a4190a00fa014cd1b7e2581a4.tar.xz
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 '')
-rw-r--r--fs/nfsd/state.h1
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;