From: Bob Peterson Date: Thu, 10 Mar 2011 16:41:57 +0000 (-0500) Subject: GFS2: Optimize glock multiple-dequeue code X-Git-Tag: v2.6.39-rc1~488^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa1bbdea300a15ec7c1186a5e53de33a5b1672f5;p=pandora-kernel.git GFS2: Optimize glock multiple-dequeue code This is a small patch that optimizes multiple glock dequeue operations. It changes the unlock order to be more efficient and makes it easier for lock debugging tools to unravel. It also eliminates the need for the temp variable x, although that would likely be optimized out. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed