]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove b_last_holder & associated macros
authorEric Sandeen <sandeen@redhat.com>
Fri, 10 Aug 2018 20:56:25 +0000 (13:56 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sun, 12 Aug 2018 15:37:31 +0000 (08:37 -0700)
commit709ea5c9a2c7fb6a29c5540b9911be3f33c31e30
tree79b3f94ae9b2317cc6297105388928d749769b25
parent8511a8d9d933b974ba1443f5cd8b386f52ee659c
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>
fs/xfs/xfs.h
fs/xfs/xfs_buf.c
fs/xfs/xfs_buf.h