]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bcachefs: Fix an assertion
authorKent Overstreet <kent.overstreet@gmail.com>
Mon, 25 Jan 2021 19:04:31 +0000 (14:04 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:52 +0000 (17:08 -0400)
commit4529ae09cea2c040180e991ea648588220611497
tree824d1264987fd08400c8bc242a5c83e928c747f0
parentbfcf840ddf0697f991f2591b56a9f1969accbd23
bcachefs: Fix an assertion

If we're invalidating a bucket that has cached data in it, data_type
won't be 0 - oops.

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