diff options
author | Zhikang Zhang <zhangzhikang1@huawei.com> | 2019-01-03 20:06:38 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2019-01-08 09:34:27 -0800 |
commit | 539cd352239f6acae4a7997bf31edca5c9a69c81 (patch) | |
tree | ac6ba0024233a6b0733532297dcb6f05a15b68a6 /fs/f2fs/data.c | |
parent | f365c6cc85b1d2348d73bf327258874fcc7ac161 (diff) | |
download | lwn-539cd352239f6acae4a7997bf31edca5c9a69c81.tar.gz lwn-539cd352239f6acae4a7997bf31edca5c9a69c81.zip |
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 'fs/f2fs/data.c')
0 files changed, 0 insertions, 0 deletions