]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
filemap: remove unused folio_add_wait_queue
authorDr. David Alan Gilbert <linux@treblig.org>
Sat, 16 Nov 2024 15:14:46 +0000 (15:14 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 14 Jan 2025 06:40:38 +0000 (22:40 -0800)
commit1168b2bec7660f5146de7b14c14b52417e900d18
tree3d284a385ed69a28ca14fff47e38da5a6d7e4faa
parentc58c4d244ec5f60e60f7eb3c1583c507b4ef585a
filemap: remove unused folio_add_wait_queue

folio_add_wait_queue() has been unused since 2021's commit 850cba069c26
("cachefiles: Delete the cachefiles driver pending rewrite")

Remove it.

Link: https://lkml.kernel.org/r/20241116151446.95555-1-linux@treblig.org
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Vishal Moola (Oracle) <vishal.moola@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/pagemap.h
mm/filemap.c