f2fs: remove the create argument to f2fs_map_blocks
authorChristoph Hellwig <hch@lst.de>
Mon, 28 Nov 2022 09:15:20 +0000 (10:15 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 6 Jan 2023 23:13:29 +0000 (15:13 -0800)
commitcd8fc5226bef3a1fda13a0e61794a039ca46744a
tree3cd92082348b90fa1f67c28f97b2174bbd031834
parentffdeab71d5cf0bcd45467b3badb3a1ef8f19a565
f2fs: remove the create argument to f2fs_map_blocks

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>
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
include/trace/events/f2fs.h