git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
093019c
)
xfs: simplify xfs_qm_detach_gdquots
author
Christoph Hellwig
<hch@infradead.org>
Tue, 6 Dec 2011 21:58:21 +0000
(21:58 +0000)
committer
Ben Myers
<bpm@sgi.com>
Fri, 16 Dec 2011 21:33:30 +0000
(15:33 -0600)
There is no reason to drop qi_dqlist_lock around calls to xfs_qm_dqrele
because the free list lock now nests inside qi_dqlist_lock and the
dquot lock.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
No differences found