]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: remove the create argument to f2fs_map_blocks
authorChristoph Hellwig <hch@lst.de>
Mon, 20 Oct 2025 20:51:26 +0000 (16:51 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2025 13:04:41 +0000 (14:04 +0100)
commit9cadfcda1ea0377b2c0223c914e35ba1cdcf851e
tree65b27e578c440be095f4425abc971ea8a4b2dfc7
parenta0cbe40d17f8de8ec7a5996903304eb450b36bc5
f2fs: remove the create argument to f2fs_map_blocks

[ Upstream commit cd8fc5226bef3a1fda13a0e61794a039ca46744a ]

The create argument is always identicaly to map->m_may_create, so use
that consistently.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Stable-dep-of: 9d5c4f5c7a2c ("f2fs: fix wrong block mapping for multi-devices")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
include/trace/events/f2fs.h