]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: make the assertion message functions take a mount parameter
authorDarrick J. Wong <darrick.wong@oracle.com>
Sat, 2 Nov 2019 16:41:19 +0000 (09:41 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 5 Nov 2019 16:28:27 +0000 (08:28 -0800)
commit7357ef29997b202924ff460be2547d73f121daac
tree68421f6792bd5c85ba7961370a28dc1c323fd3c7
parenta68015ab0edec1469f0cc73a16edbb9a10878484
xfs: make the assertion message functions take a mount parameter

Make the assfail and asswarn functions take a struct xfs_mount so that
we can start tying debugging and corruption messages to a particular
mount.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_linux.h
fs/xfs/xfs_message.c
fs/xfs/xfs_message.h