diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index f916b9740c75..2473e2a86d1b 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -160,11 +160,9 @@ int gfs2_check_sb(struct gfs2_sbd *sdp, struct gfs2_sb_host *sb, int silent) | |||
160 | } | 160 | } |
161 | 161 | ||
162 | 162 | ||
163 | static int end_bio_io_page(struct bio *bio, unsigned int bytes_done, int error) | 163 | static void end_bio_io_page(struct bio *bio, int error) |
164 | { | 164 | { |
165 | struct page *page = bio->bi_private; | 165 | struct page *page = bio->bi_private; |
166 | if (bio->bi_size) | ||
167 | return 1; | ||
168 | 166 | ||
169 | if (!error) | 167 | if (!error) |
170 | SetPageUptodate(page); | 168 | SetPageUptodate(page); |