summaryrefslogtreecommitdiff
tag namerefactor-rt-locking_2021-03-25 (91c3e242fbbdd5e8ffa40cbb1591705bab6bed52)
tag date2021-03-25 17:10:29 -0700
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit 88f51c0a90...
xfs: refactor realtime meta inode locking
Replace all the open-coded locking of realtime metadata inodes with a single rtlock function that can lock all the pieces that the caller wants in a single call. This will be important for maintaining correct locking order later when we start adding more realtime metadata inodes.