Skip to content
  • Steven Whitehouse's avatar
    GFS2: The war on bloat · 37ec89e8
    Steven Whitehouse authored
    
    
    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: default avatarSteven Whitehouse <swhitho@redhat.com>
    37ec89e8