diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 2c8f9055af38..9772d655f444 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -362,8 +362,6 @@ struct address_space_operations { | |||
362 | int (*releasepage) (struct page *, gfp_t); | 362 | int (*releasepage) (struct page *, gfp_t); |
363 | void (*freepage)(struct page *); | 363 | void (*freepage)(struct page *); |
364 | ssize_t (*direct_IO)(int, struct kiocb *, struct iov_iter *iter, loff_t offset); | 364 | ssize_t (*direct_IO)(int, struct kiocb *, struct iov_iter *iter, loff_t offset); |
365 | int (*get_xip_mem)(struct address_space *, pgoff_t, int, | ||
366 | void **, unsigned long *); | ||
367 | /* | 365 | /* |
368 | * migrate the contents of a page to the specified target. If | 366 | * migrate the contents of a page to the specified target. If |
369 | * migrate_mode is MIGRATE_ASYNC, it must not block. | 367 | * migrate_mode is MIGRATE_ASYNC, it must not block. |