Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124810
b: refs/heads/master
c: d1de802
h: refs/heads/master
v: v3
  • Loading branch information
Peter Leckie authored and Lachlan McIlroy committed Oct 30, 2008
1 parent d8bd5a4 commit c2326fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bc3048e3cd3806ccfd5b16b1a30e5d6013abbd3d
refs/heads/master: d1de802155341ab63e64d37c58c61d6f358bb3ad
2 changes: 1 addition & 1 deletion trunk/fs/xfs/quota/xfs_dquot_item.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/*
Expand Down

0 comments on commit c2326fa

Please sign in to comment.