diff options
author | 2021-02-20 17:38:41 +0800 | |
---|---|---|
committer | 2021-03-12 13:16:41 -0800 | |
commit | cd6ee739b8ee49cf5f3d7c9a0f663f9f0c5afe1b (patch) | |
tree | cea801696d2a52aa1ddf5a4ce485131e56dcb5b9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f2fs: fix panic during f2fs_resize_fs() (diff) | |
download | linux-dev-cd6ee739b8ee49cf5f3d7c9a0f663f9f0c5afe1b.tar.xz linux-dev-cd6ee739b8ee49cf5f3d7c9a0f663f9f0c5afe1b.zip |
f2fs: avoid unused f2fs_show_compress_options()
LKP reports:
fs/f2fs/super.c:1516:20: warning: unused function 'f2fs_show_compress_options' [-Wunused-function]
static inline void f2fs_show_compress_options(struct seq_file *seq,
Fix this issue by covering f2fs_show_compress_options() with
CONFIG_F2FS_FS_COMPRESSION macro.
Fixes: 4c8ff7095bef ("f2fs: support data compression")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions