diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-09-06 15:19:46 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-09-13 18:27:35 -0400 |
commit | c0a5d93efbbb79117bdf7f5f81fba9d679c35dfa (patch) | |
tree | 64b16c9c11fce73e3be9e64c6188fc8ad7f280dc /fs/nfsd/state.h | |
parent | 4d71ab8751c1d749f9fdf84ec094989adf579493 (diff) |
nfsd4: split preprocess_seqid, cleanup
Move most of this into helper functions. Also move the non-CONFIRM case
into caller, providing a helper function for that purpose.
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 7994ed9be3c..9745cc781e7 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -463,7 +463,6 @@ struct nfs4_stateid { }; /* flags for preprocess_seqid_op() */ -#define CONFIRM 0x00000002 #define OPEN_STATE 0x00000004 #define LOCK_STATE 0x00000008 #define RD_STATE 0x00000010 |