From c2326fab7981a211dca64afd345e071379b56c91 Mon Sep 17 00:00:00 2001 From: Peter Leckie Date: Thu, 30 Oct 2008 17:05:18 +1100 Subject: [PATCH] --- yaml --- r: 124810 b: refs/heads/master c: d1de802155341ab63e64d37c58c61d6f358bb3ad h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/quota/xfs_dquot_item.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 94422fe4b84e..f851825b7111 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bc3048e3cd3806ccfd5b16b1a30e5d6013abbd3d +refs/heads/master: d1de802155341ab63e64d37c58c61d6f358bb3ad diff --git a/trunk/fs/xfs/quota/xfs_dquot_item.c b/trunk/fs/xfs/quota/xfs_dquot_item.c index e33f8646418b..48f08109621f 100644 --- a/trunk/fs/xfs/quota/xfs_dquot_item.c +++ b/trunk/fs/xfs/quota/xfs_dquot_item.c @@ -96,7 +96,7 @@ xfs_qm_dquot_logitem_pin( xfs_dquot_t *dqp = logitem->qli_dquot; ASSERT(XFS_DQ_IS_LOCKED(dqp)); - atomic_inc(dqp->q_pincount); + atomic_inc(&dqp->q_pincount); } /*