[PATCH] vfs: add lock owner argument to flush operation
[linux-2.6-block.git] / fs / fuse / file.c
index fc342cf7c2cc7881dbfafa09097d6de52b34bdca..087f3b734f407a5d072b72cc375eb722d351a9ae 100644 (file)
@@ -169,7 +169,7 @@ static int fuse_release(struct inode *inode, struct file *file)
        return fuse_release_common(inode, file, 0);
 }
 
-static int fuse_flush(struct file *file)
+static int fuse_flush(struct file *file, fl_owner_t id)
 {
        struct inode *inode = file->f_dentry->d_inode;
        struct fuse_conn *fc = get_fuse_conn(inode);