diff options
Diffstat (limited to 'fs/xfs/xfs_trans_ail.c')
| -rw-r--r-- | fs/xfs/xfs_trans_ail.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c index c5bbbc45db91..12aff9584e29 100644 --- a/fs/xfs/xfs_trans_ail.c +++ b/fs/xfs/xfs_trans_ail.c @@ -563,7 +563,7 @@ xfs_trans_ail_delete_bulk(  			spin_unlock(&ailp->xa_lock);  			if (!XFS_FORCED_SHUTDOWN(mp)) { -				xfs_cmn_err(XFS_PTAG_AILDELETE, CE_ALERT, mp, +				xfs_alert_tag(mp, XFS_PTAG_AILDELETE,  		"%s: attempting to delete a log item that is not in the AIL",  						__func__);  				xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE); | 
