]> git.baikalelectronics.ru Git - kernel.git/commit
shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 4 Jun 2022 21:40:17 +0000 (17:40 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:06 +0000 (08:51 -0400)
commiteb8840f9af95fd79ba12681ba8ae5d574372248d
treec4bb763c306ef5ae48661587386c5a01313aca6b
parent718d64bf8c37c3258cdd09e7c37e7c2819b36e5e
shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()

This is a straightforward conversion.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
mm/shmem.c