aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDave Chinner <[email protected]>2020-06-29 14:49:17 -0700
committerDarrick J. Wong <[email protected]>2020-07-07 07:15:08 -0700
commit9552e14d3e879a3b4281427ef368271f371ea167 (patch)
treea68c0e2425c30d34c4a579902edced661612790b /tools/perf/scripts/python/bin
parent0e8e2c6343dd74a4f55f8507a9fae9064d456436 (diff)
xfs: don't block inode reclaim on the ILOCK
When we attempt to reclaim an inode, the first thing we do is take the inode lock. This is blocking right now, so if the inode being accessed by something else (e.g. being flushed to the cluster buffer) we will block here. Change this to a trylock so that we do not block inode reclaim unnecessarily here. Signed-off-by: Dave Chinner <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Reviewed-by: Brian Foster <[email protected]> Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions