Skip to content

Commit

Permalink
NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITES
Browse files Browse the repository at this point in the history
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
  • Loading branch information
Trond Myklebust committed Aug 13, 2022
1 parent edf79ef commit 5f6277a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/nfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ struct nfs_open_context {
fmode_t mode;

unsigned long flags;
#define NFS_CONTEXT_RESEND_WRITES (1)
#define NFS_CONTEXT_BAD (2)
#define NFS_CONTEXT_UNLOCK (3)
#define NFS_CONTEXT_FILE_OPEN (4)
Expand Down

0 comments on commit 5f6277a

Please sign in to comment.