Skip to content
Commit 1ef30be1 authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: do not call btrfs_update_inode in endio if nothing changed



In the DIO code we often don't update the i_disk_size because the i_size isn't
updated until after the DIO is completed, so basically we are allocating a path,
doing a search, and updating the inode item for no reason since nothing changed.
btrfs_ordered_update_i_size will return 1 if it didn't update i_disk_size, so
only run btrfs_update_inode if btrfs_ordered_update_i_size returns 0.  Thanks,

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