commit | 8d29c7036f5ff360ea1f51b9fed5d909be7c8094 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Fri Jun 17 18:50:13 2022 +0100 |
committer | akpm <akpm@linux-foundation.org> | Sun Jul 03 18:08:47 2022 -0700 |
tree | a9b879d003a19dc85833db81de446ca43b95fb13 | |
parent | 2f58e5de662726312fd98259a07ab945210999d1 [diff] |
mm/swap: convert __put_page() to __folio_put() Saves 11 bytes of text by removing a check of PageTail. Link: https://lkml.kernel.org/r/20220617175020.717127-16-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>