parse.f2fs: fix parsing of f2fs_trace_ios
authorSahitya Tummala <stummala@codeaurora.org>
Fri, 28 Dec 2018 07:36:43 +0000 (13:06 +0530)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 28 Dec 2018 20:55:36 +0000 (12:55 -0800)
commit3f6c6134445637c6277e1ac9cccef38c22f4f5d4
tree2ada7b5255dc27fe93d2a270deb8a1508c8ce4b6
parent4d120f0c1354385644523337340940faebbdc78f
parse.f2fs: fix parsing of f2fs_trace_ios

It is incorrectly taking blkaddr as len because it missed to parse
op_flags in the trace print of f2fs_trace_ios.

Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
tools/f2fs_io_parse.c