diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/nfsd/state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index 1130d534bb63..c9311a1e2e1a 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h | |||
@@ -263,7 +263,6 @@ struct nfs4_stateid { | |||
263 | #define RD_STATE 0x00000010 | 263 | #define RD_STATE 0x00000010 |
264 | #define WR_STATE 0x00000020 | 264 | #define WR_STATE 0x00000020 |
265 | #define CLOSE_STATE 0x00000040 | 265 | #define CLOSE_STATE 0x00000040 |
266 | #define DELEG_RET 0x00000080 | ||
267 | 266 | ||
268 | #define seqid_mutating_err(err) \ | 267 | #define seqid_mutating_err(err) \ |
269 | (((err) != nfserr_stale_clientid) && \ | 268 | (((err) != nfserr_stale_clientid) && \ |