]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/isofs/inode.c
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / fs / isofs / inode.c
index a0f3833c0dbf578ae0f6477007ae443eae9b728b..3db5ba4568fc8efd30025a9e9906eb01a47f9c45 100644 (file)
@@ -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
 };