Remove last traces of ->sync_page
[cascardo/linux.git] / fs / isofs / compress.c
index 2e4e834..22dce16 100644 (file)
@@ -361,7 +361,6 @@ static int zisofs_readpage(struct file *file, struct page *page)
 
 const struct address_space_operations zisofs_aops = {
        .readpage = zisofs_readpage,
-       /* No sync_page operation supported? */
        /* No bmap operation supported */
 };