diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-06-16 12:08:13 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-16 12:08:13 -0400 |
commit | f1bbbb6912662b9f6070c5bfc4ca9eb1f06a9d5b (patch) | |
tree | c2c130a74be25b0b2dff992e1a195e2728bdaadd /fs/fuse/fuse_i.h | |
parent | fd0961ff67727482bb20ca7e8ea97b83e9de2ddb (diff) | |
parent | 7e27d6e778cd87b6f2415515d7127eba53fe5d02 (diff) |
Merge branch 'master' into for-next
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 |