aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/nfs_fs.h
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2022-08-13 08:51:45 -0400
committerTrond Myklebust <trond.myklebust@hammerspace.com>2022-08-13 13:02:14 -0400
commit5f6277a0c15e1ea54b6fd3d78c9fff7bfe42556c (patch)
treebd09622a915b8bc3fc45e6142deb3c9a7e88cb93 /include/linux/nfs_fs.h
parentNFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mds (diff)
downloadwireguard-linux-5f6277a0c15e1ea54b6fd3d78c9fff7bfe42556c.tar.xz
wireguard-linux-5f6277a0c15e1ea54b6fd3d78c9fff7bfe42556c.zip
NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITES
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r--include/linux/nfs_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index f08e581f0161..7931fa472561 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -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)