From: Steven Whitehouse Date: Thu, 27 Jul 2006 17:53:53 +0000 (-0400) Subject: [GFS2] Use a bio to read the superblock X-Git-Tag: v2.6.19-rc1~32^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f45b7ddd2bae1dc98e35c3611b55cba6d2a8da9e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed