diff options
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2015-02-10 17:09:54 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-10 17:30:30 -0500 |
commit | d83a08db5ba6072caa658745881f4baa9bad6a08 (patch) | |
tree | 11cc7fa3b789f1b3a01b70a66661e9b2ad8ceb15 /fs/xfs | |
parent | 9b4bdd2ffab9557ac43af7dff02e7dab1c8c58bd (diff) |
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
Nobody uses it anymore.
[akpm@linux-foundation.org: fix filemap_xip.c]
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index 13e974e6a889..ac7f1e8f92b3 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c | |||
@@ -1384,5 +1384,4 @@ static const struct vm_operations_struct xfs_file_vm_ops = { | |||
1384 | .fault = filemap_fault, | 1384 | .fault = filemap_fault, |
1385 | .map_pages = filemap_map_pages, | 1385 | .map_pages = filemap_map_pages, |
1386 | .page_mkwrite = xfs_vm_page_mkwrite, | 1386 | .page_mkwrite = xfs_vm_page_mkwrite, |
1387 | .remap_pages = generic_file_remap_pages, | ||
1388 | }; | 1387 | }; |