diff mbox series

[3/3] NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITES

Message ID 20220814152317.30985-3-trondmy@kernel.org (mailing list archive)
State New, archived
Headers show
Series [1/3] NFS: Fix another fsync() issue after a server reboot | expand

Commit Message

Trond Myklebust Aug. 14, 2022, 3:23 p.m. UTC
From: Trond Myklebust <trond.myklebust@hammerspace.com>

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
---
 include/linux/nfs_fs.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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)