]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: remove the unused parameter in macro bkey_crc_next
authorJulian Sun <sunjunchao2870@gmail.com>
Sun, 21 Jul 2024 12:55:20 +0000 (08:55 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 9 Sep 2024 13:41:48 +0000 (09:41 -0400)
commit26c0900d859c47d4bccc05acbc17ac33fa774852
tree11bdbe67389bc7786551142f91f0c0f5957f4a9d
parent4d05a083b34f8f31a095402e75cc156fd9c3b257
bcachefs: remove the unused parameter in macro bkey_crc_next

In the macro definition of bkey_crc_next, five parameters
were accepted, but only four of them were used. Let's remove
the unused one.

The patch has only passed compilation tests, but it should be fine.

Signed-off-by: Julian Sun <sunjunchao2870@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/extents.h