mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
bcachefs: Add missing error logging in delete_dead_inodes()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
f54b2a80d0
commit
99813d88e3
|
|
@ -1533,5 +1533,6 @@ int bch2_delete_dead_inodes(struct bch_fs *c)
|
|||
goto again;
|
||||
err:
|
||||
bch2_trans_put(trans);
|
||||
bch_err_fn(c, ret);
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user