X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fisofs%2Finode.c;h=3db5ba4568fc8efd30025a9e9906eb01a47f9c45;hb=26ff6801f751cd47e44c2e9507ec08b447f2d2b9;hp=a0f3833c0dbf578ae0f6477007ae443eae9b728b;hpb=67290f41b2715de0e0ae93c9285fcbe37ffc5b22;p=karo-tx-linux.git diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c index a0f3833c0dbf..3db5ba4568fc 100644 --- a/fs/isofs/inode.c +++ b/fs/isofs/inode.c @@ -1158,7 +1158,6 @@ static sector_t _isofs_bmap(struct address_space *mapping, sector_t block) static const struct address_space_operations isofs_aops = { .readpage = isofs_readpage, - .sync_page = block_sync_page, .bmap = _isofs_bmap };