diff options
author | Zhiqiang Liu <liuzhiqiang26@huawei.com> | 2020-04-13 13:12:10 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-04-17 21:38:11 -0600 |
commit | c4b4c2a78a9fc0c532c58504e8cb5441224ff1d9 (patch) | |
tree | e01ffffd13d9871254c608fa07ea748f7b5c8f39 /include/linux/backing-dev-defs.h | |
parent | 90280eaa88ac1a9140dc759941123530d5545bb6 (diff) |
buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.
free_more_memory func has been completely removed in commit bc48f001de12
("buffer: eliminate the need to call free_more_memory() in __getblk_slow()")
So comment and `WB_REASON_FREE_MORE_MEM` reason about free_more_memory
are no longer needed.
Fixes: bc48f001de12 ("buffer: eliminate the need to call free_more_memory() in __getblk_slow()")
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/backing-dev-defs.h')
-rw-r--r-- | include/linux/backing-dev-defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/backing-dev-defs.h b/include/linux/backing-dev-defs.h index 4fc87dee005a..ee577a83cfe6 100644 --- a/include/linux/backing-dev-defs.h +++ b/include/linux/backing-dev-defs.h @@ -54,7 +54,6 @@ enum wb_reason { WB_REASON_SYNC, WB_REASON_PERIODIC, WB_REASON_LAPTOP_TIMER, - WB_REASON_FREE_MORE_MEM, WB_REASON_FS_FREE_SPACE, /* * There is no bdi forker thread any more and works are done |