X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fntfs%2Faops.h;h=325ce261a107d3773040d463038ade0b34032256;hb=090d2b185d8680fc26a2eaf4245d4171dcf4baf1;hp=3b74e66ca2ff83c648ac1910de6ecbbfc6a26dbb;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=powerpc.git diff --git a/fs/ntfs/aops.h b/fs/ntfs/aops.h index 3b74e66ca2..325ce261a1 100644 --- a/fs/ntfs/aops.h +++ b/fs/ntfs/aops.h @@ -86,8 +86,7 @@ static inline void ntfs_unmap_page(struct page *page) static inline struct page *ntfs_map_page(struct address_space *mapping, unsigned long index) { - struct page *page = read_cache_page(mapping, index, - (filler_t*)mapping->a_ops->readpage, NULL); + struct page *page = read_mapping_page(mapping, index, NULL); if (!IS_ERR(page)) { wait_on_page_locked(page);