diff options
author | Randy Dunlap <[email protected]> | 2018-07-06 20:50:57 -0700 |
---|---|---|
committer | Jaegeuk Kim <[email protected]> | 2018-08-01 11:52:36 -0700 |
commit | cb15d1e43db0a6341c1e26ac6a2c74e61b74f1aa (patch) | |
tree | ba0ba9f62818408e8eb67d256dea7dac7bb51527 /lib/zstd/fse_decompress.c | |
parent | a39e5365835edcdb12140d423573c2b8ed39ebfb (diff) |
f2fs: fix defined but not used build warnings
Fix build warnings in f2fs when CONFIG_PROC_FS is not enabled
by marking the unused functions as __maybe_unused.
../fs/f2fs/sysfs.c:519:12: warning: 'segment_info_seq_show' defined but not used [-Wunused-function]
../fs/f2fs/sysfs.c:546:12: warning: 'segment_bits_seq_show' defined but not used [-Wunused-function]
../fs/f2fs/sysfs.c:570:12: warning: 'iostat_info_seq_show' defined but not used [-Wunused-function]
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jaegeuk Kim <[email protected]>
Cc: Chao Yu <[email protected]>
Cc: [email protected]
Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'lib/zstd/fse_decompress.c')
0 files changed, 0 insertions, 0 deletions