]> git.ipfire.org Git - thirdparty/linux.git/commit
bcachefs: fix wrong arg to fsck_err()
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 14 May 2025 22:53:48 +0000 (18:53 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 14 May 2025 22:59:15 +0000 (18:59 -0400)
commit9c09e59cc55cdf7feb29971fd792fc1947010b79
tree46c118f4257e0427e1c7b6af9e161cc8a05b015c
parentd1041d8eab31f9b4c696ee060141d1b0d156f84d
bcachefs: fix wrong arg to fsck_err()

fsck_err() needs the btree transaction passed to it if there is one - so
that it can unlock/relock around prompting userspace for fixing the
error.

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