vfs: remove get_xip_mem
[linux-2.6-block.git] / include / linux / fs.h
index 2c8f9055af3839e1e712b442b4aab2423b429be8..9772d655f444b7ed1fc6872646663d701d1d0bea 100644 (file)
@@ -362,8 +362,6 @@ struct address_space_operations {
        int (*releasepage) (struct page *, gfp_t);
        void (*freepage)(struct page *);
        ssize_t (*direct_IO)(int, struct kiocb *, struct iov_iter *iter, loff_t offset);
-       int (*get_xip_mem)(struct address_space *, pgoff_t, int,
-                                               void **, unsigned long *);
        /*
         * migrate the contents of a page to the specified target. If
         * migrate_mode is MIGRATE_ASYNC, it must not block.