diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 99be011e00de..cb771ecc2362 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -372,8 +372,8 @@ struct address_space_operations { | |||
372 | int (*get_xip_mem)(struct address_space *, pgoff_t, int, | 372 | int (*get_xip_mem)(struct address_space *, pgoff_t, int, |
373 | void **, unsigned long *); | 373 | void **, unsigned long *); |
374 | /* | 374 | /* |
375 | * migrate the contents of a page to the specified target. If sync | 375 | * migrate the contents of a page to the specified target. If |
376 | * is false, it must not block. | 376 | * migrate_mode is MIGRATE_ASYNC, it must not block. |
377 | */ | 377 | */ |
378 | int (*migratepage) (struct address_space *, | 378 | int (*migratepage) (struct address_space *, |
379 | struct page *, struct page *, enum migrate_mode); | 379 | struct page *, struct page *, enum migrate_mode); |