diff options
Diffstat (limited to 'libbcachefs/super.c')
-rw-r--r-- | libbcachefs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/super.c b/libbcachefs/super.c index 6aba429..71fc231 100644 --- a/libbcachefs/super.c +++ b/libbcachefs/super.c @@ -385,6 +385,7 @@ static int __bch2_fs_read_write(struct bch_fs *c, bool early) bch2_recalc_capacity(c); bch2_do_discards(c); + bch2_do_invalidates(c); if (!early) { ret = bch2_fs_read_write_late(c); |