vfs: remove get_xip_mem
[cascardo/linux.git] / fs / exofs / inode.c
index 6fc91df..a198e94 100644 (file)
@@ -985,7 +985,6 @@ const struct address_space_operations exofs_aops = {
        .direct_IO      = exofs_direct_IO,
 
        /* With these NULL has special meaning or default is not exported */
-       .get_xip_mem    = NULL,
        .migratepage    = NULL,
        .launder_page   = NULL,
        .is_partially_uptodate = NULL,