]> Git Repo - linux.git/commit - fs/f2fs/file.c
f2fs: init local extent_info to avoid stale stack info in tp
authorHou Pengyang <[email protected]>
Thu, 23 Feb 2017 09:18:05 +0000 (09:18 +0000)
committerJaegeuk Kim <[email protected]>
Mon, 27 Feb 2017 17:59:50 +0000 (09:59 -0800)
commite15882b6c6caff427fe387e878e2f23de58c053b
tree09c855e0574eaabf733a980dd742a2c562691be4
parent77190e1f313f5ef18a3742aa4c5b790456a5825b
f2fs: init local extent_info to avoid stale stack info in tp

To avoid such stale(fops, blk, len) info in f2fs_lookup_extent_tree_end tp

dio-23095 [005] ...1 17878.856859: f2fs_lookup_extent_tree_end:
dev = (259,30), ino = 856, pgofs = 0,
ext_info(fofs: 3441207040, blk: 4294967232, len: 3481143808)

Signed-off-by: Hou Pengyang <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
fs/f2fs/data.c
fs/f2fs/file.c
This page took 0.038961 seconds and 4 git commands to generate.