NFS: Fall back to synchronous writes when a background write errors...
[deliverable/linux.git] / include / linux / nfs_fs.h
index 15eec27cb60b7a9f729b65584c491facaae92575..1d1343fd2ddd2855c2ce0c034d1a927b79256bd1 100644 (file)
@@ -77,6 +77,9 @@ struct nfs_open_context {
        struct nfs4_state *state;
        fl_owner_t lockowner;
        int mode;
+
+       unsigned long flags;
+#define NFS_CONTEXT_ERROR_WRITE                (0)
        int error;
 
        struct list_head list;
This page took 0.028322 seconds and 5 git commands to generate.