]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Fix type for parameter in journal_advance_devs_to_next_bucket
authorGabriel Shahrouzi <gshahrouzi@gmail.com>
Fri, 4 Apr 2025 01:28:21 +0000 (21:28 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 6 Apr 2025 23:13:43 +0000 (19:13 -0400)
commitafc5444e4d862c805798016a37cf301f5f30e1e6
tree218638692ba3e01b9bb64ec46ecccba6afa441e6
parentf5cd27ec714628b522af8c588d3907671404385e
bcachefs: Fix type for parameter in journal_advance_devs_to_next_bucket

Replace u64 with __le64 to match the expected parameter type. Ensure consistency both in function calls and within the function itself.

Signed-off-by: Gabriel Shahrouzi <gshahrouzi@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/journal_io.c