commit | 9842b56cd406828eb1030617e8ef252fec90be4d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sat Nov 02 09:41:19 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Nov 05 08:28:27 2019 -0800 |
tree | 68421f6792bd5c85ba7961370a28dc1c323fd3c7 | |
parent | 110f09cb705af8c53f2a457baf771d2935ed62d4 [diff] |
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>