diff options
| author | Christoph Hellwig <[email protected]> | 2023-05-03 17:24:39 +0200 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2023-06-19 13:59:28 +0200 |
| commit | 9e2aff90fc2ad2b94933762f5442fef9ee7a692e (patch) | |
| tree | e718a14d843eec116d6675e3355e32e62f8d59a5 /tools/perf/scripts/python/netdev-times.py | |
| parent | f3d315eb9372868bce92e7b24f2b92e061fe6fcd (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