]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: fix compile warnings: 'struct *' declared inside parameter list
authorZhikang Zhang <zhangzhikang1@huawei.com>
Thu, 3 Jan 2019 12:06:38 +0000 (20:06 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 8 Jan 2019 17:34:27 +0000 (09:34 -0800)
commitccc5f3767c4fc284bbb29ddd3d184ba5a36b9026
treeac6ba0024233a6b0733532297dcb6f05a15b68a6
parentbffd9e6cfdc59c2c2a688d390741466066ec6fc8
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>
include/trace/events/f2fs.h