]> git.itanic.dy.fi Git - linux-stable/commit
f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()
authorChao Yu <chao@kernel.org>
Sat, 7 Oct 2023 07:45:52 +0000 (15:45 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 09:30:14 +0000 (10:30 +0100)
commit90ab33735e2e85968aa83032150ed72c920c44db
treef76bedd07ff7c255ce71e58d8b1be9be4f059c38
parent9f20b06214dcce9335456daf817d949a55ce650b
f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()

[ Upstream commit 8b07c1fb0f1ad139373c8253f2fad8bc43fab07d ]

Otherwise, it may print random physical block address in tracepoint
of f2fs_map_blocks() as below:

f2fs_map_blocks: dev = (253,16), ino = 2297, file offset = 0, start blkaddr = 0xa356c421, len = 0x0, flags = 0

Fixes: c4020b2da4c9 ("f2fs: support F2FS_IOC_PRECACHE_EXTENTS")
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/file.c