From: Steven Whitehouse Date: Wed, 4 Jun 2008 14:06:21 +0000 (+0100) Subject: [GFS2] Remove all_list from lock_dlm X-Git-Tag: v2.6.27-rc1~1083^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31fcba00fe7145527b159f8893ec6c9cc61309fd;p=pandora-kernel.git [GFS2] Remove all_list from lock_dlm I discovered that we had a list onto which every lock_dlm lock was being put. Its only function was to discover whether we'd got any locks left after umount. Since there was already a counter for that purpose as well, I removed the list. The saving is sizeof(struct list_head) per glock - well worth having. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed