commit | 28fb588c9bd810dec273d96e80591392f6ce1e1c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Dec 06 21:58:21 2011 +0000 |
committer | Ben Myers <bpm@sgi.com> | Fri Dec 16 15:33:30 2011 -0600 |
tree | a45ca1155de23900b194d7406ea772f48d328894 | |
parent | 093019cf1b18dd31b2c3b77acce4e000e2cbc9ce [diff] |
xfs: simplify xfs_qm_detach_gdquots 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>