commit | 37ec89e83c4ca98323fe74f139301ff3949cfdb6 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Sep 18 13:49:32 2008 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Sep 18 13:49:32 2008 +0100 |
tree | 5bb249dcfdc38f06ef1d363f099f9f88e23043e7 | |
parent | acd2c8aa02f302ed838348052e16ee575c645147 [diff] |
GFS2: The war on bloat The following patch shrinks the gfs2_args structure which is embedded in every GFS2 superblock. It cuts down the size of the options to a single unsigned int (the 13 bits of bitfields will be rounded up to that size by the compiler) from the current 11 unsigned ints. So on x86 thats 44 bytes shrinking to 4 bytes, in each and every GFS2 superblock. Signed-off-by: Steven Whitehouse <swhitho@redhat.com>