summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorZhikang Zhang <zhangzhikang1@huawei.com>2019-01-03 20:06:38 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2019-02-04 10:32:56 -0800
commit746a1117c57ad4cdbc2ae38568ad115af8d92336 (patch)
tree759053df392a324d85c3d95439bd34b890754182 /tools/perf/scripts/python
parentb224ba20b4d44e7fed8eaa92d20c9ff3009023fe (diff)
f2fs: fix compile warnings: 'struct *' declared inside parameter list
We meet these compile warnings below, which caused by missing declare structs: struct f2fs_io_info, struct extent, struct f2fs_sb_info. warning: 'struct f2fs_io_info' declared inside parameter list warning: 'struct extent_info' declared inside parameter list warning: 'struct f2fs_sb_info' declared inside parameter list Signed-off-by: Zhikang Zhang <zhangzhikang1@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions