diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-09-06 15:50:21 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-09-13 18:29:00 -0400 |
commit | 2288d0e3958b94bcc3c00a78ea06909a8eb66378 (patch) | |
tree | 0e3b5a475808e0ad05ab51c5beb34bd2b5c03910 /fs/nfsd/state.h | |
parent | c0a5d93efbbb79117bdf7f5f81fba9d679c35dfa (diff) |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 9745cc781e7..ef949eb3a86 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 |