diff options
Diffstat (limited to 'Documentation/filesystems/Locking')
-rw-r--r-- | Documentation/filesystems/Locking | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index b30753cbf431..2ca3d17eee56 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -199,8 +199,6 @@ prototypes: | |||
199 | int (*releasepage) (struct page *, int); | 199 | int (*releasepage) (struct page *, int); |
200 | void (*freepage)(struct page *); | 200 | void (*freepage)(struct page *); |
201 | int (*direct_IO)(int, struct kiocb *, struct iov_iter *iter, loff_t offset); | 201 | int (*direct_IO)(int, struct kiocb *, struct iov_iter *iter, loff_t offset); |
202 | int (*get_xip_mem)(struct address_space *, pgoff_t, int, void **, | ||
203 | unsigned long *); | ||
204 | int (*migratepage)(struct address_space *, struct page *, struct page *); | 202 | int (*migratepage)(struct address_space *, struct page *, struct page *); |
205 | int (*launder_page)(struct page *); | 203 | int (*launder_page)(struct page *); |
206 | int (*is_partially_uptodate)(struct page *, unsigned long, unsigned long); | 204 | int (*is_partially_uptodate)(struct page *, unsigned long, unsigned long); |
@@ -225,7 +223,6 @@ invalidatepage: yes | |||
225 | releasepage: yes | 223 | releasepage: yes |
226 | freepage: yes | 224 | freepage: yes |
227 | direct_IO: | 225 | direct_IO: |
228 | get_xip_mem: maybe | ||
229 | migratepage: yes (both) | 226 | migratepage: yes (both) |
230 | launder_page: yes | 227 | launder_page: yes |
231 | is_partially_uptodate: yes | 228 | is_partially_uptodate: yes |