diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/filemap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 7675b91f4f63..5d4c880d7cd9 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -2563,9 +2563,8 @@ EXPORT_SYMBOL(generic_file_aio_write); | |||
2563 | * Otherwise return zero. | 2563 | * Otherwise return zero. |
2564 | * | 2564 | * |
2565 | * The @gfp_mask argument specifies whether I/O may be performed to release | 2565 | * The @gfp_mask argument specifies whether I/O may be performed to release |
2566 | * this page (__GFP_IO), and whether the call may block (__GFP_WAIT). | 2566 | * this page (__GFP_IO), and whether the call may block (__GFP_WAIT & __GFP_FS). |
2567 | * | 2567 | * |
2568 | * NOTE: @gfp_mask may go away, and this function may become non-blocking. | ||
2569 | */ | 2568 | */ |
2570 | int try_to_release_page(struct page *page, gfp_t gfp_mask) | 2569 | int try_to_release_page(struct page *page, gfp_t gfp_mask) |
2571 | { | 2570 | { |