Skip to content
Commit 300e4f8a authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: put the block group cache after we commit the super



In moving some enospc stuff around I noticed that when we unmount we are often
evicting the free space cache inodes before we do our last commit.  This isn't
bad, but it makes us constantly have to re-read the inodes back.  So instead
don't evict the cache until after we do our last commit, this will make things a
little less crappy and makes a future enospc change work properly.  Thanks,

Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
parent 4a338542
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment