fs: Remove flags parameter from aops->write_begin
[sfrench/cifs-2.6.git] / fs / fuse / file.c
index e35e394264adb74224e3dc8ac7d73d204c9a1e83..bca8c2135ec53faaee4135af2ccd65a084995d27 100644 (file)
@@ -2273,8 +2273,7 @@ out:
  * but how to implement it without killing performance need more thinking.
  */
 static int fuse_write_begin(struct file *file, struct address_space *mapping,
-               loff_t pos, unsigned len, unsigned flags,
-               struct page **pagep, void **fsdata)
+               loff_t pos, unsigned len, struct page **pagep, void **fsdata)
 {
        pgoff_t index = pos >> PAGE_SHIFT;
        struct fuse_conn *fc = get_fuse_conn(file_inode(file));