commit | f45b7ddd2bae1dc98e35c3611b55cba6d2a8da9e | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Jul 27 13:53:53 2006 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Jul 27 13:53:53 2006 -0400 |
tree | b2c498fc65855cb0f7ec17b9e2a42200aae633af | |
parent | ae4a382004fc6cf229c51deaf69910410d313e0b [diff] |
[GFS2] Use a bio to read the superblock 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: Steven Whitehouse <swhiteho@redhat.com>