xfs: rename dquot incore state flags
Rename the existing incore dquot "dq_flags" field to "q_flags" to match everything else in the structure, then move the two actual dquot state flags to the XFS_DQFLAG_ namespace from XFS_DQ_. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
This commit is contained in:
@@ -391,7 +391,7 @@ xfs_trans_apply_dquot_deltas(
|
||||
xfs_qm_adjust_dqtimers(tp->t_mountp, dqp);
|
||||
}
|
||||
|
||||
dqp->dq_flags |= XFS_DQ_DIRTY;
|
||||
dqp->q_flags |= XFS_DQFLAG_DIRTY;
|
||||
/*
|
||||
* add this to the list of items to get logged
|
||||
*/
|
||||
|
Reference in New Issue
Block a user