diff options
Diffstat (limited to 'fs/nfs/nfs42proc.c')
| -rw-r--r-- | fs/nfs/nfs42proc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs42proc.c b/fs/nfs/nfs42proc.c index 6dab9e408372..d37e4a5401b1 100644 --- a/fs/nfs/nfs42proc.c +++ b/fs/nfs/nfs42proc.c @@ -341,7 +341,7 @@ static ssize_t _nfs42_proc_copy(struct file *src,  			return status;  		}  	} -	status = nfs_filemap_write_and_wait_range(file_inode(src)->i_mapping, +	status = nfs_filemap_write_and_wait_range(src->f_mapping,  			pos_src, pos_src + (loff_t)count - 1);  	if (status)  		return status;  |