summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2025-10-24 01:02:41 +0300
committerDavid Sterba <dsterba@suse.com>2025-11-25 00:42:21 +0300
commit39bc80216a3656d54d65cdda994f406aeb27c3da (patch)
tree72f2e839011e667d825f8fc430a0fa318059b2d1 /tools/perf/scripts/python
parent4bbdce84175db7ff0dfaa82e960c7488c6cb0bcf (diff)
downloadlinux-39bc80216a3656d54d65cdda994f406aeb27c3da.tar.xz
btrfs: relax btrfs_inode::ordered_tree_lock IRQ locking context
We used IRQ version of spinlock for ordered_tree_lock, as btrfs_finish_ordered_extent() can be called in end_bbio_data_write() which was in IRQ context. However since we're moving all the btrfs_bio::end_io() calls into task context, there is no more need to support IRQ context thus we can relax to regular spin_lock()/spin_unlock() for btrfs_inode::ordered_tree_lock. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions