summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2021-06-21 18:39:14 +0300
committerTrond Myklebust <trond.myklebust@hammerspace.com>2021-06-29 20:13:34 +0300
commite9e8ee40b37af80626236517d6b7f110526bf2ff (patch)
treeaea6c0b3440b38ed03ccff02c1f8577c1e746029 /include
parent5483b904bf336948826594610af4c9bbb0d9e3aa (diff)
parentdf2c7b951f439a0342495a4a049d808f679c474c (diff)
downloadlinux-e9e8ee40b37af80626236517d6b7f110526bf2ff.tar.xz
Merge branch 'leases-devel'
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index ffba254d2098..ce6474594872 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -84,6 +84,7 @@ struct nfs_open_context {
#define NFS_CONTEXT_RESEND_WRITES (1)
#define NFS_CONTEXT_BAD (2)
#define NFS_CONTEXT_UNLOCK (3)
+#define NFS_CONTEXT_FILE_OPEN (4)
int error;
struct list_head list;