Skip to content
Commit 016fc6a6 authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: don't flush the cache inode before writing it



I noticed we had a little bit of latency when writing out the space cache
inodes.  It's because we flush it before we write anything in case we have dirty
pages already there.  This doesn't matter though since we're just going to
overwrite the space, and there really shouldn't be any dirty pages anyway.  This
makes some of my tests run a little bit faster.  Thanks,

Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
parent 7e355b83
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