fuse: Fix missing FOLL_PIN for direct-io
[linux-2.6-microblaze.git] / fs / fuse / fuse_i.h
index 4ef6087..0f35214 100644 (file)
@@ -314,6 +314,7 @@ struct fuse_args {
        bool page_replace:1;
        bool may_block:1;
        bool is_ext:1;
+       bool is_pinned:1;
        struct fuse_in_arg in_args[3];
        struct fuse_arg out_args[2];
        void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);