aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-10-12 02:17:47 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-12 03:29:50 -0400
commit782e3b3b3804c38d5130c7f21d7ec7bf6709023f (patch)
tree54e790dfd52f0451189fa1591dc97bc5ff5f5866 /fs/gfs2/super.c
parentcbd09dbbb62096c1da627eca865f988d2ed0a84e (diff)
Fix up more bio fallout
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r--fs/gfs2/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c
index 2473e2a86d1b..a2da76b5ae4c 100644
--- a/fs/gfs2/super.c
+++ b/fs/gfs2/super.c
@@ -169,7 +169,6 @@ static void end_bio_io_page(struct bio *bio, int error)
169 else 169 else
170 printk(KERN_WARNING "gfs2: error %d reading superblock\n", error); 170 printk(KERN_WARNING "gfs2: error %d reading superblock\n", error);
171 unlock_page(page); 171 unlock_page(page);
172 return 0;
173} 172}
174 173
175static void gfs2_sb_in(struct gfs2_sb_host *sb, const void *buf) 174static void gfs2_sb_in(struct gfs2_sb_host *sb, const void *buf)