summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2011-09-06 21:50:21 +0200
committerJ. Bruce Fields <bfields@redhat.com>2011-09-14 00:29:00 +0200
commit2288d0e3958b94bcc3c00a78ea06909a8eb66378 (patch)
tree0e3b5a475808e0ad05ab51c5beb34bd2b5c03910 /fs/nfsd/state.h
parentnfsd4: split preprocess_seqid, cleanup (diff)
downloadlinux-2288d0e3958b94bcc3c00a78ea06909a8eb66378.tar.xz
linux-2288d0e3958b94bcc3c00a78ea06909a8eb66378.zip
nfsd4: pass around typemask instead of flags
We're only using those flags to choose lock or open stateid's at this point. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r--fs/nfsd/state.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index 9745cc781e74..ef949eb3a86e 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -463,8 +463,6 @@ struct nfs4_stateid {
};
/* flags for preprocess_seqid_op() */
-#define OPEN_STATE 0x00000004
-#define LOCK_STATE 0x00000008
#define RD_STATE 0x00000010
#define WR_STATE 0x00000020