Drop 'size' argument from bio_endio and bi_end_io
[deliverable/linux.git] / fs / gfs2 / super.c
index f916b9740c75b454b28aba4aa6157d10d8f8af14..2473e2a86d1be412b3fda7b211708f05de8e98ac 100644 (file)
@@ -160,11 +160,9 @@ int gfs2_check_sb(struct gfs2_sbd *sdp, struct gfs2_sb_host *sb, int silent)
 }
 
 
-static int end_bio_io_page(struct bio *bio, unsigned int bytes_done, int error)
+static void end_bio_io_page(struct bio *bio, int error)
 {
        struct page *page = bio->bi_private;
-       if (bio->bi_size)
-               return 1;
 
        if (!error)
                SetPageUptodate(page);
This page took 0.026774 seconds and 5 git commands to generate.