aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2021-06-21 11:39:14 -0400
committerTrond Myklebust <trond.myklebust@hammerspace.com>2021-06-29 13:13:34 -0400
commite9e8ee40b37af80626236517d6b7f110526bf2ff (patch)
treeaea6c0b3440b38ed03ccff02c1f8577c1e746029 /include/linux
parentSUNRPC: Should wake up the privileged task firstly. (diff)
parentNFSv4: setlease should return EAGAIN if locks are not available (diff)
downloadlinux-dev-e9e8ee40b37af80626236517d6b7f110526bf2ff.tar.xz
linux-dev-e9e8ee40b37af80626236517d6b7f110526bf2ff.zip
Merge branch 'leases-devel'
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'include/linux')
-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;