diff options
author | 2016-11-04 12:20:54 -0700 | |
---|---|---|
committer | 2016-11-30 13:45:18 +0100 | |
commit | a23eaa875f0f1d89eb866b8c9860e78273ff5daf (patch) | |
tree | b054482b1706390b6e5eefb435ba71393d505902 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | btrfs: return early from failed memory allocations in ioctl handlers (diff) | |
download | linux-dev-a23eaa875f0f1d89eb866b8c9860e78273ff5daf.tar.xz linux-dev-a23eaa875f0f1d89eb866b8c9860e78273ff5daf.zip |
Btrfs: adjust len of writes if following a preallocated extent
If we have
|0--hole--4095||4096--preallocate--12287|
instead of using preallocated space, a 8K direct write will just
create a new 8K extent and it'll end up with
|0--new extent--8191||8192--preallocate--12287|
It's because we find a hole em and then go to create a new 8K
extent directly without adjusting @len.
Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Reviewed-by: Chris Mason <clm@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions