diff options
author | Davide Italiano <[email protected]> | 2015-04-06 22:09:15 -0700 |
---|---|---|
committer | David Sterba <[email protected]> | 2016-04-04 16:25:28 +0200 |
commit | 2a162ce93232eb78124601996744f8eafec845ab (patch) | |
tree | b834d3ea66baeeab145c1c11dd15addf732b567f /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 232cad8413a0bfbd25f11cc19fd13dfd85e1d8ad (diff) |
Btrfs: Improve FL_KEEP_SIZE handling in fallocate
- We call inode_size_ok() only if FL_KEEP_SIZE isn't specified.
- As an optimisation we can skip the call if (off + len)
isn't greater than the current size of the file. This operation
is called under the lock so the less work we do, the better.
- If we call inode_size_ok() pass to it the correct value rather
than a more conservative estimation.
Signed-off-by: Davide Italiano <[email protected]>
Reviewed-by: Liu Bo <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions