commit | 60d48e2e4575dd848a43ceeda6cbc38a87427330 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Apr 29 15:29:53 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon May 25 11:25:32 2020 +0200 |
tree | 585735a45f95d176ee1b537e4ba3f9900a2f4ba8 | |
parent | cc4c13d55cba8a0b81bc18243eabc57be1aa44d2 [diff] |
btrfs: don't use set/get token for single assignment in overwrite_item The set/get token is supposed to cache the last page that was accessed so it speeds up subsequential access to the eb. It does not make sense to use that for just one change, which is the case of inode size in overwrite_item. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: David Sterba <dsterba@suse.com>