diff options
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index 97fc056130eb..4f2476f188b0 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c | |||
@@ -1442,14 +1442,14 @@ xfs_vm_readpages( | |||
1442 | return mpage_readpages(mapping, pages, nr_pages, xfs_get_block); | 1442 | return mpage_readpages(mapping, pages, nr_pages, xfs_get_block); |
1443 | } | 1443 | } |
1444 | 1444 | ||
1445 | STATIC int | 1445 | STATIC void |
1446 | xfs_vm_invalidatepage( | 1446 | xfs_vm_invalidatepage( |
1447 | struct page *page, | 1447 | struct page *page, |
1448 | unsigned long offset) | 1448 | unsigned long offset) |
1449 | { | 1449 | { |
1450 | xfs_page_trace(XFS_INVALIDPAGE_ENTER, | 1450 | xfs_page_trace(XFS_INVALIDPAGE_ENTER, |
1451 | page->mapping->host, page, offset); | 1451 | page->mapping->host, page, offset); |
1452 | return block_invalidatepage(page, offset); | 1452 | block_invalidatepage(page, offset); |
1453 | } | 1453 | } |
1454 | 1454 | ||
1455 | struct address_space_operations xfs_address_space_operations = { | 1455 | struct address_space_operations xfs_address_space_operations = { |