]> www.infradead.org Git - users/jedix/linux-maple.git/commit
shmem: shmem_get_partial_folio use filemap_get_entry
authorHugh Dickins <hughd@google.com>
Mon, 20 Mar 2023 05:19:21 +0000 (22:19 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 5 Apr 2023 23:02:15 +0000 (16:02 -0700)
commita8b37138a9a30a4b5d6e3756d82634f9e6ba687c
tree7e232bc3261b2f525ba7f94c528a52a69a8fab80
parent5b7a778bd1c3a0581ee37ca07f67e3281b44a331
shmem: shmem_get_partial_folio use filemap_get_entry

To avoid use of the FGP_ENTRY flag, adapt shmem_get_partial_folio() to use
filemap_get_entry() and folio_lock() instead of __filemap_get_folio().
Update "page" in the comments there to "folio".

Link: https://lkml.kernel.org/r/9d1aaa4-1337-fb81-6f37-74ebc96f9ef@google.com
Signed-off-by: Hugh Dickins <hughd@google.com>
Cc: Andreas Gruenbacher <agruenba@redhat.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/shmem.c