summaryrefslogtreecommitdiff
path: root/libbcachefs/super.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-09-26 13:29:49 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-09-26 13:29:49 -0400
commit1e358401ecdf1963e5799de19ab69111e82e5ebc (patch)
tree3542cefd0d1324d5b47df79a9bf8e10ca9913d3c /libbcachefs/super.c
parent6e8f2857af51677892232f2ad12dd93b3bea0c03 (diff)
Update bcachefs sources to 1336a995cbc3 bcachefs: Silence transaction restart error message
Diffstat (limited to 'libbcachefs/super.c')
-rw-r--r--libbcachefs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/super.c b/libbcachefs/super.c
index e94a63a2..1347270e 100644
--- a/libbcachefs/super.c
+++ b/libbcachefs/super.c
@@ -484,6 +484,7 @@ static void __bch2_fs_free(struct bch_fs *c)
bch2_fs_fsio_exit(c);
bch2_fs_ec_exit(c);
bch2_fs_encryption_exit(c);
+ bch2_fs_nocow_locking_exit(c);
bch2_fs_io_write_exit(c);
bch2_fs_io_read_exit(c);
bch2_fs_buckets_waiting_for_journal_exit(c);