commit | 598278bd4808ed81b0e6fa445458a7d549f72a32 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Fri Jan 11 13:31:12 2008 -0600 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 25 08:18:44 2008 +0000 |
tree | 92a49c8fc86b2d87e853cc5a5c5407d1c8d6ae7e | |
parent | 6dbd822487d0a9f14432cb4680415b80656b63a2 [diff] |
[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 <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>