On 2024/7/21 20:39, Julian Sun wrote:
In the macro definition detection tool I developed,
Is it commonly used in the kernel? Thanks, Hongbo
several issues were identified, including unused parameters and unused macro definitions. Let us address these issues. Julian Sun (4): bcachefs: remove unused macro definition bcachefs: fix macro definition allocate_dropping_locks bcachefs: fix macro definition allocate_dropping_locks bcachefs: remove the unused parameter in macro bkey_crc_next fs/bcachefs/btree_iter.h | 4 ++-- fs/bcachefs/clock.h | 9 --------- fs/bcachefs/extents.h | 4 ++-- 3 files changed, 4 insertions(+), 13 deletions(-)
