From: Christoph Hellwig Date: Tue, 6 Dec 2011 21:58:15 +0000 (+0000) Subject: xfs: cleanup xfs_qm_dqlookup X-Git-Tag: v3.3-rc1~169^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=497507b9ee63499d364ad7149c584285cd925dfc;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed