commit | fa6c668d807b1e9ac041101dfcb59bd8e279cfe5 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Fri Aug 10 13:56:25 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Aug 12 08:37:31 2018 -0700 |
tree | 79b3f94ae9b2317cc6297105388928d749769b25 | |
parent | 10259de1d8690a8c6dd98d564ff2690b5511c8f7 [diff] |
xfs: remove b_last_holder & associated macros The old lock tracking infrastructure in xfs using the b_last_holder field seems to only be useful if you can get into the system with a debugger; it seems that the existing tracepoints would be the way to go these days, and this old infrastructure can be removed. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>