bcachefs: Convert constants to consts
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 28 Feb 2023 03:12:06 +0000 (22:12 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:55 +0000 (17:09 -0400)
commitf3a65bb98b4612745cf2505734c78404344e2c9e
treee5ba98f92ea61cd52d57076ed81b5b72251102de
parent0f2ea6550f1fbfabbe2db276107246c1236018ab
bcachefs: Convert constants to consts

Rust bindgen doesn't handle macros, but it does handle integer
constants: this conversion aids in implementing safe Rust wrapper
interfaces.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_types.h