diff options
Diffstat (limited to 'fs/xfs/quota/xfs_trans_dquot.c')
| -rw-r--r-- | fs/xfs/quota/xfs_trans_dquot.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/xfs/quota/xfs_trans_dquot.c b/fs/xfs/quota/xfs_trans_dquot.c index 7de91d1b75c..2a364873133 100644 --- a/fs/xfs/quota/xfs_trans_dquot.c +++ b/fs/xfs/quota/xfs_trans_dquot.c @@ -643,8 +643,9 @@ xfs_trans_dqresv(  	     (XFS_IS_OQUOTA_ENFORCED(dqp->q_mount) &&  	      (XFS_QM_ISPDQ(dqp) || XFS_QM_ISGDQ(dqp))))) {  #ifdef QUOTADEBUG -		cmn_err(CE_DEBUG, "BLK Res: nblks=%ld + resbcount=%Ld" -			  " > hardlimit=%Ld?", nblks, *resbcountp, hardlimit); +		xfs_debug(mp, +			"BLK Res: nblks=%ld + resbcount=%Ld > hardlimit=%Ld?", +			nblks, *resbcountp, hardlimit);  #endif  		if (nblks > 0) {  			/*  |