[GFS2] Remove unneeded i_spin
authorBob Peterson <rpeterso@redhat.com>
Fri, 11 Jan 2008 19:31:12 +0000 (13:31 -0600)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 25 Jan 2008 08:18:44 +0000 (08:18 +0000)
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 <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/incore.h
fs/gfs2/main.c

Simple merge
diff --cc fs/gfs2/main.c
Simple merge