bcachefs: Switch to uuid_to_fsid()
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 3 Feb 2024 20:05:17 +0000 (15:05 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 10 Mar 2024 19:34:09 +0000 (15:34 -0400)
commitf8f8fb443b3cfc362cfa57c105f78537e666a48a
tree6937fe87439a7fd101a483f554506ecb32eaa5ae
parent7f76b08acac4b41bd4bf1670470dd0770d61d0b9
bcachefs: Switch to uuid_to_fsid()

switch the statfs code from something horrible and open coded to the
more standard uuid_to_fsid()

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