From: Steven Whitehouse Date: Mon, 14 May 2007 16:43:26 +0000 (+0100) Subject: [GFS2] Reduce size of struct gdlm_lock X-Git-Tag: v2.6.23-rc1~1156^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d7db0ab437bc84f8a6e77cccc626ce937605ac;p=pandora-kernel.git [GFS2] Reduce size of struct gdlm_lock This patch removes the completion (which is rather large) from struct gdlm_lock in favour of using the wait_on_bit() functions. We don't need to add any extra fields to the structure to do this, so we save 32 bytes (on x86_64) per structure. This adds up to quite a lot when we may potentially have millions of these lock structures, Signed-off-by: Steven Whitehouse Acked-by: David Teigland --- Reading git-diff-tree failed