aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs_fs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index 15eec27cb60b..1d1343fd2ddd 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -77,6 +77,9 @@ struct nfs_open_context {
77 struct nfs4_state *state; 77 struct nfs4_state *state;
78 fl_owner_t lockowner; 78 fl_owner_t lockowner;
79 int mode; 79 int mode;
80
81 unsigned long flags;
82#define NFS_CONTEXT_ERROR_WRITE (0)
80 int error; 83 int error;
81 84
82 struct list_head list; 85 struct list_head list;