[GFS2] Use a bio to read the superblock
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 27 Jul 2006 17:53:53 +0000 (13:53 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 27 Jul 2006 17:53:53 +0000 (13:53 -0400)
commitf45b7ddd2bae1dc98e35c3611b55cba6d2a8da9e
treeb2c498fc65855cb0f7ec17b9e2a42200aae633af
parentae4a382004fc6cf229c51deaf69910410d313e0b
[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>
fs/gfs2/glock.c
fs/gfs2/glops.c
fs/gfs2/ops_fstype.c
fs/gfs2/super.c