diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 20:45:02 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:00 -0500 |
commit | f50dfaf78c01df3cc2d8819f07d6661915567bae (patch) | |
tree | 23946491603726753015645e8332a3715cd6207d /fs/gfs2/super.c | |
parent | 5c6edb576f3800723bb65dbfaff82517089e32d0 (diff) | |
download | op-kernel-dev-f50dfaf78c01df3cc2d8819f07d6661915567bae.zip op-kernel-dev-f50dfaf78c01df3cc2d8819f07d6661915567bae.tar.gz |
[GFS2] split gfs2_sb
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 6a78b1b..52aa322 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c @@ -97,7 +97,7 @@ void gfs2_tune_init(struct gfs2_tune *gt) * changed. */ -int gfs2_check_sb(struct gfs2_sbd *sdp, struct gfs2_sb *sb, int silent) +int gfs2_check_sb(struct gfs2_sbd *sdp, struct gfs2_sb_host *sb, int silent) { unsigned int x; |