diff options
author | Alex Shi <alex.shi@linux.alibaba.com> | 2020-12-16 05:45:27 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-16 07:46:17 +0100 |
commit | e7920b3e9d9f5470d5ff7d883e72a47addc0a137 (patch) | |
tree | 3634fa20b4d7b90a48958cd5438358669fa9c19f /Documentation | |
parent | checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning (diff) | |
download | linux-e7920b3e9d9f5470d5ff7d883e72a47addc0a137.tar.xz linux-e7920b3e9d9f5470d5ff7d883e72a47addc0a137.zip |
fs/nilfs2: remove some unused macros to tame gcc
There some macros are unused and cause gcc warning. Remove them.
fs/nilfs2/segment.c:137:0: warning: macro "nilfs_cnt32_gt" is not used [-Wunused-macros]
fs/nilfs2/segment.c:144:0: warning: macro "nilfs_cnt32_le" is not used [-Wunused-macros]
fs/nilfs2/segment.c:143:0: warning: macro "nilfs_cnt32_lt" is not used [-Wunused-macros]
Link: https://lkml.kernel.org/r/1607552733-24292-1-git-send-email-konishi.ryusuke@gmail.com
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions