]> Pileus Git - ~andy/linux/commit
[GFS2] Remove duplicate sb reading code
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Oct 2006 15:49:41 +0000 (11:49 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Oct 2006 15:49:41 +0000 (11:49 -0400)
commit3cf1e7bed4681bdb1c14b6e146ae9c0afb6c1552
treeef994734707067f4d254219048e5fbc923fb61e3
parent2e565bb69ce2184eabf4f43e64afc79c46f46204
[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>
fs/gfs2/ops_fstype.c
fs/gfs2/super.c
fs/gfs2/super.h