提交 339e4f66 编写于 作者: N Nan Jia 提交者: Dave Chinner

xfs: Clean up xfs_trans_dup_dqinfo

Fixed two missing spaces.
Signed-off-by: NNan Jia <jiananmail@gmail.com>
Reviewed-by: NDave Chinner <dchinner@redhat.com>
Signed-off-by: NDave Chinner <david@fromorbit.com>
上级 4d66ea09
......@@ -90,7 +90,7 @@ xfs_trans_dup_dqinfo(
xfs_trans_t *ntp)
{
xfs_dqtrx_t *oq, *nq;
int i,j;
int i, j;
xfs_dqtrx_t *oqa, *nqa;
ulong blk_res_used;
......@@ -103,7 +103,7 @@ xfs_trans_dup_dqinfo(
* Because the quota blk reservation is carried forward,
* it is also necessary to carry forward the DQ_DIRTY flag.
*/
if(otp->t_flags & XFS_TRANS_DQ_DIRTY)
if (otp->t_flags & XFS_TRANS_DQ_DIRTY)
ntp->t_flags |= XFS_TRANS_DQ_DIRTY;
for (j = 0; j < XFS_QM_TRANS_DQTYPES; j++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册