diff options
Diffstat (limited to 'fs/xfs/xfs_qm_bhv.c')
| -rw-r--r-- | fs/xfs/xfs_qm_bhv.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_qm_bhv.c b/fs/xfs/xfs_qm_bhv.c index 6b39115bf14..2d02eac1c9a 100644 --- a/fs/xfs/xfs_qm_bhv.c +++ b/fs/xfs/xfs_qm_bhv.c @@ -146,7 +146,7 @@ xfs_qm_newmount(  			 * inode goes inactive and wants to free blocks,  			 * or via xfs_log_mount_finish.  			 */ -			*needquotamount = B_TRUE; +			*needquotamount = true;  			*quotaflags = mp->m_qflags;  			mp->m_qflags = 0;  		}  |