|
@@ -43,7 +43,7 @@ static int nfs_file_mmap(struct file *, struct vm_area_struct *);
|
|
static ssize_t nfs_file_sendfile(struct file *, loff_t *, size_t, read_actor_t, void *);
|
|
static ssize_t nfs_file_sendfile(struct file *, loff_t *, size_t, read_actor_t, void *);
|
|
static ssize_t nfs_file_read(struct kiocb *, char __user *, size_t, loff_t);
|
|
static ssize_t nfs_file_read(struct kiocb *, char __user *, size_t, loff_t);
|
|
static ssize_t nfs_file_write(struct kiocb *, const char __user *, size_t, loff_t);
|
|
static ssize_t nfs_file_write(struct kiocb *, const char __user *, size_t, loff_t);
|
|
-static int nfs_file_flush(struct file *);
|
|
|
|
|
|
+static int nfs_file_flush(struct file *, fl_owner_t id);
|
|
static int nfs_fsync(struct file *, struct dentry *dentry, int datasync);
|
|
static int nfs_fsync(struct file *, struct dentry *dentry, int datasync);
|
|
static int nfs_check_flags(int flags);
|
|
static int nfs_check_flags(int flags);
|
|
static int nfs_lock(struct file *filp, int cmd, struct file_lock *fl);
|
|
static int nfs_lock(struct file *filp, int cmd, struct file_lock *fl);
|
|
@@ -188,7 +188,7 @@ static loff_t nfs_file_llseek(struct file *filp, loff_t offset, int origin)
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
static int
|
|
static int
|
|
-nfs_file_flush(struct file *file)
|
|
|
|
|
|
+nfs_file_flush(struct file *file, fl_owner_t id)
|
|
{
|
|
{
|
|
struct nfs_open_context *ctx = (struct nfs_open_context *)file->private_data;
|
|
struct nfs_open_context *ctx = (struct nfs_open_context *)file->private_data;
|
|
struct inode *inode = file->f_dentry->d_inode;
|
|
struct inode *inode = file->f_dentry->d_inode;
|