diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2024-07-09 20:58:39 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-18 13:22:39 +0200 |
commit | fbd4f53c11ddb4df90b10dadfdb2e46092d39122 (patch) | |
tree | 7561fc11a6a1dcf76ca648c87f731ab539b98aab /kernel/bpf/helpers.c | |
parent | 84aaaa796a19195fc59290154fef9aeb1fba964f (diff) |
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>
Diffstat (limited to 'kernel/bpf/helpers.c')
0 files changed, 0 insertions, 0 deletions