Skip to content

Commit 5f6277a

Browse files
author
Trond Myklebust
committed
NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITES
Signed-off-by: Trond Myklebust <[email protected]>
1 parent edf79ef commit 5f6277a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/nfs_fs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ struct nfs_open_context {
8383
fmode_t mode;
8484

8585
unsigned long flags;
86-
#define NFS_CONTEXT_RESEND_WRITES (1)
8786
#define NFS_CONTEXT_BAD (2)
8887
#define NFS_CONTEXT_UNLOCK (3)
8988
#define NFS_CONTEXT_FILE_OPEN (4)

0 commit comments

Comments
 (0)