]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bcachefs: Change "disk accounting version 0" check to commit only
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 25 Nov 2024 22:03:13 +0000 (17:03 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:20 +0000 (01:36 -0500)
commit686d2ebec683903fe9ca41fd3cef9b4fb924aae4
tree0f7e1c21d0e13b03a413e309b1726cd04f9baa04
parentdba8243f3b466dd39ef05ff63890d5acab30c852
bcachefs: Change "disk accounting version 0" check to commit only

6.11 had a bug where we'd sometimes create disk accounting keys with
version 0, which causes issues for journal replay - but we don't need to
delete existing accounting keys with version 0.

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