diff options
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 01cc462ff45d..8f309f04064e 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -177,6 +177,9 @@ struct fuse_out { | |||
177 | /** Zero partially or not copied pages */ | 177 | /** Zero partially or not copied pages */ |
178 | unsigned page_zeroing:1; | 178 | unsigned page_zeroing:1; |
179 | 179 | ||
180 | /** Pages may be replaced with new ones */ | ||
181 | unsigned page_replace:1; | ||
182 | |||
180 | /** Number or arguments */ | 183 | /** Number or arguments */ |
181 | unsigned numargs; | 184 | unsigned numargs; |
182 | 185 | ||
@@ -568,8 +571,7 @@ void fuse_release_common(struct file *file, int opcode); | |||
568 | /** | 571 | /** |
569 | * Send FSYNC or FSYNCDIR request | 572 | * Send FSYNC or FSYNCDIR request |
570 | */ | 573 | */ |
571 | int fuse_fsync_common(struct file *file, struct dentry *de, int datasync, | 574 | int fuse_fsync_common(struct file *file, int datasync, int isdir); |
572 | int isdir); | ||
573 | 575 | ||
574 | /** | 576 | /** |
575 | * Notify poll wakeup | 577 | * Notify poll wakeup |