diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 1 |
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 | ||
175 | static void gfs2_sb_in(struct gfs2_sb_host *sb, const void *buf) | 174 | static void gfs2_sb_in(struct gfs2_sb_host *sb, const void *buf) |