bcachefs: Don't pass memcmp() as a pointer
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 15 Jan 2024 19:12:43 +0000 (14:12 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 21 Jan 2024 18:27:04 +0000 (13:27 -0500)
commit0124f42da70c513dc371b73688663c54e5a9666f
tree48b02781bb9df403cc4d2f824e78eb3b6e968fd1
parent57f2d2097603fea102330e8cfe6be4a8db24809e
bcachefs: Don't pass memcmp() as a pointer

Some (buggy!) compilers have issues with this.

Fixes: https://github.com/koverstreet/bcachefs/issues/625
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/replicas.c