commit | 497507b9ee63499d364ad7149c584285cd925dfc | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Dec 06 21:58:15 2011 +0000 |
committer | Ben Myers <bpm@sgi.com> | Tue Dec 13 11:43:35 2011 -0600 |
tree | a0377653cae16e61443a6fb46bd52b511f28e86f | |
parent | 800b484ec0262946262ad20561a8081fd31f4a6f [diff] |
xfs: cleanup xfs_qm_dqlookup Rearrange the code to avoid the conditional locking around the flist_locked variable. This means we lose a (rather pointless) assert, and hold the freelist lock a bit longer for one corner case. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>