summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-08-19 00:44:21 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:10:11 +0300
commit7573041ab958a14407621ef9756be49548f937e6 (patch)
treee795b75460ee083d3dc06190ce1d9c1b640f68d1 /fs/bcachefs/btree_update.c
parentadc0e9509184da7204397f4d0410b61f75bac706 (diff)
downloadlinux-7573041ab958a14407621ef9756be49548f937e6.tar.xz
bcachefs: Fix bch2_mount error path
In the bch2_mount() error path, we were calling deactivate_locked_super(), which calls ->kill_sb(), which in our case was calling bch2_fs_free() without __bch2_fs_stop(). This changes bch2_mount() to just call bch2_fs_stop() directly. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/btree_update.c')
0 files changed, 0 insertions, 0 deletions