diff options
author | 2021-03-04 12:02:54 -0500 | |
---|---|---|
committer | 2021-09-27 09:27:30 -0400 | |
commit | 101c0bf67f50ca0e8b9da97b26f8dc7cb232b4d3 (patch) | |
tree | da83e363252d5d54335c5ab52d552c06d715f99c /mm/util.c | |
parent | mm/writeback: Add folio_wait_stable() (diff) | |
download | wireguard-linux-101c0bf67f50ca0e8b9da97b26f8dc7cb232b4d3.tar.xz wireguard-linux-101c0bf67f50ca0e8b9da97b26f8dc7cb232b4d3.zip |
mm/filemap: Add folio_wait_bit()
Rename wait_on_page_bit() to folio_wait_bit(). We must always wait on
the folio, otherwise we won't be woken up due to the tail page hashing
to a different bucket from the head page.
This commit shrinks the kernel by 770 bytes, mostly due to moving
the page waitqueue lookup into folio_wait_bit_common().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jeff Layton <jlayton@kernel.org>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: William Kucharski <william.kucharski@oracle.com>
Reviewed-by: David Howells <dhowells@redhat.com>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Diffstat (limited to 'mm/util.c')
0 files changed, 0 insertions, 0 deletions