mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 22:42:10 +00:00
xfs: convert xfs_cmn_err to xfs_alert_tag
Continue the conversion of the old cmn_err interface be converting all the conditional panic tag errors to xfs_alert_tag() and then removing xfs_cmn_err(). Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Alex Elder <aelder@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
a0fa2b679e
commit
6a19d9393a
9 changed files with 36 additions and 74 deletions
|
@ -145,10 +145,8 @@ extern int xfs_errortag_clearall(struct xfs_mount *mp, int loud);
|
|||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
* XFS panic tags -- allow a call to xfs_cmn_err() be turned into
|
||||
* a panic by setting xfs_panic_mask in a
|
||||
* sysctl. update xfs_max[XFS_PARAM] if
|
||||
* more are added.
|
||||
* XFS panic tags -- allow a call to xfs_alert_tag() be turned into
|
||||
* a panic by setting xfs_panic_mask in a sysctl.
|
||||
*/
|
||||
#define XFS_NO_PTAG 0
|
||||
#define XFS_PTAG_IFLUSH 0x00000001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue