diff options
Diffstat (limited to 'fs/xfs/quota')
-rw-r--r-- | fs/xfs/quota/xfs_dquot_item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_dquot_item.c b/fs/xfs/quota/xfs_dquot_item.c index e33f8646418b..48f08109621f 100644 --- a/fs/xfs/quota/xfs_dquot_item.c +++ b/fs/xfs/quota/xfs_dquot_item.c | |||
@@ -96,7 +96,7 @@ xfs_qm_dquot_logitem_pin( | |||
96 | xfs_dquot_t *dqp = logitem->qli_dquot; | 96 | xfs_dquot_t *dqp = logitem->qli_dquot; |
97 | 97 | ||
98 | ASSERT(XFS_DQ_IS_LOCKED(dqp)); | 98 | ASSERT(XFS_DQ_IS_LOCKED(dqp)); |
99 | atomic_inc(dqp->q_pincount); | 99 | atomic_inc(&dqp->q_pincount); |
100 | } | 100 | } |
101 | 101 | ||
102 | /* | 102 | /* |