aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2023-05-03 17:24:39 +0200
committerDavid Sterba <[email protected]>2023-06-19 13:59:28 +0200
commit9e2aff90fc2ad2b94933762f5442fef9ee7a692e (patch)
treee718a14d843eec116d6675e3355e32e62f8d59a5 /tools/perf/scripts/python/netdev-times.py
parentf3d315eb9372868bce92e7b24f2b92e061fe6fcd (diff)
btrfs: stop using lock_extent in btrfs_buffer_uptodate
The only other place that locks extents on the btree inode is read_extent_buffer_subpage while reading in the partial page for a buffer. This means locking the extent in btrfs_buffer_uptodate does not synchronize with anything on non-subpage file systems, and on subpage file systems it only waits for a parallel read(-ahead) to finish, which seems to be counter to what the callers actually expect. Reviewed-by: Josef Bacik <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions