diff options
Diffstat (limited to 'mm/filemap.c')
-rw-r--r-- | mm/filemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 410dc58f7b16..e9091d731f84 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -2994,7 +2994,7 @@ EXPORT_SYMBOL(generic_write_checks); | |||
2994 | */ | 2994 | */ |
2995 | int generic_remap_checks(struct file *file_in, loff_t pos_in, | 2995 | int generic_remap_checks(struct file *file_in, loff_t pos_in, |
2996 | struct file *file_out, loff_t pos_out, | 2996 | struct file *file_out, loff_t pos_out, |
2997 | uint64_t *req_count, unsigned int remap_flags) | 2997 | loff_t *req_count, unsigned int remap_flags) |
2998 | { | 2998 | { |
2999 | struct inode *inode_in = file_in->f_mapping->host; | 2999 | struct inode *inode_in = file_in->f_mapping->host; |
3000 | struct inode *inode_out = file_out->f_mapping->host; | 3000 | struct inode *inode_out = file_out->f_mapping->host; |