Re: [Cluster-devel] [GFS2] [Patch] Remove unneeded i_spin

2008-01-11 Thread Steven Whitehouse
Hi, Now in the -nmw git tree. Thanks, Steve. On Fri, 2008-01-11 at 13:31 -0600, Bob Peterson wrote: > Hi, > > This patch removes a vestigial variable "i_spin" from the gfs2_inode > structure. This not only saves us memory (>30 of these in memory > for the oom test) it also saves us time b

[Cluster-devel] [GFS2] [Patch] Remove unneeded i_spin

2008-01-11 Thread Bob Peterson
Hi, This patch removes a vestigial variable "i_spin" from the gfs2_inode structure. This not only saves us memory (>30 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). Regards, Bob Peterson Red