From: Bob Peterson Date: Fri, 11 Jan 2008 19:31:12 +0000 (-0600) Subject: [GFS2] Remove unneeded i_spin X-Git-Tag: v2.6.25-rc1~1241^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598278bd4808ed81b0e6fa445458a7d549f72a32;p=pandora-kernel.git [GFS2] Remove unneeded i_spin This patch removes a vestigial variable "i_spin" from the gfs2_inode structure. This not only saves us memory (>300000 of these in memory for the oom test) it also saves us time because we don't have to spend time initializing it (i.e. slightly better performance). Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed