commit | 3cf1e7bed4681bdb1c14b6e146ae9c0afb6c1552 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Oct 02 11:49:41 2006 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Oct 02 11:49:41 2006 -0400 |
tree | ef994734707067f4d254219048e5fbc923fb61e3 | |
parent | 2e565bb69ce2184eabf4f43e64afc79c46f46204 [diff] |
[GFS2] Remove duplicate sb reading code For some reason we had two different sets of code for reading in the superblock. This removes one of them in favour of the other. Also we don't need the temporary buffer for the sb since we already have one in the gfs2 sb itself. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>