Matthew Wilcox (Oracle) fbd4f53c11 minixfs: Fix minixfs_rename with HIGHMEM
[ Upstream commit 3d1bec293378700dddc087d4d862306702276c23 ]

minixfs now uses kmap_local_page(), so we can't call kunmap() to
undo it.  This one call was missed as part of the commit this fixes.

Fixes: 6628f69ee66a (minixfs: Use dir_put_page() in minix_unlink() and minix_rename())
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20240709195841.1986374-1-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-07-18 13:22:39 +02:00
..
2023-12-18 21:07:29 -05:00
2023-08-02 09:13:09 -06:00
2023-12-18 21:07:29 -05:00