Skip to content
  • Steven Whitehouse's avatar
    [GFS2] Use a bio to read the superblock · f45b7ddd
    Steven Whitehouse authored
    
    
    This means that we don't need to create a special inode just to contain
    a struct address_space in order to read a single disk block. Instead
    we read the disk block directly. Its slightly faster, and uses slightly
    less memory, but the real reason for doing this is that it removes a
    special case from the glock code.
    
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    f45b7ddd