diff options
Diffstat (limited to 'fs/ocfs2/quota_global.c')
-rw-r--r-- | fs/ocfs2/quota_global.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c index e527ec6e0133..054d52bd8258 100644 --- a/fs/ocfs2/quota_global.c +++ b/fs/ocfs2/quota_global.c | |||
@@ -457,9 +457,9 @@ int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) | |||
457 | olditime = dquot->dq_dqb.dqb_itime; | 457 | olditime = dquot->dq_dqb.dqb_itime; |
458 | oldbtime = dquot->dq_dqb.dqb_btime; | 458 | oldbtime = dquot->dq_dqb.dqb_btime; |
459 | ocfs2_global_disk2memdqb(dquot, &dqblk); | 459 | ocfs2_global_disk2memdqb(dquot, &dqblk); |
460 | mlog(0, "Syncing global dquot %d space %lld+%lld, inodes %lld+%lld\n", | 460 | mlog(0, "Syncing global dquot %u space %lld+%lld, inodes %lld+%lld\n", |
461 | dquot->dq_id, dquot->dq_dqb.dqb_curspace, spacechange, | 461 | dquot->dq_id, dquot->dq_dqb.dqb_curspace, (long long)spacechange, |
462 | dquot->dq_dqb.dqb_curinodes, inodechange); | 462 | dquot->dq_dqb.dqb_curinodes, (long long)inodechange); |
463 | if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags)) | 463 | if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags)) |
464 | dquot->dq_dqb.dqb_curspace += spacechange; | 464 | dquot->dq_dqb.dqb_curspace += spacechange; |
465 | if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags)) | 465 | if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags)) |