dax: remote unused fault wrappers
[deliverable/linux.git] / fs / ext4 / page-io.c
index e4fc8ea45d7888fe3677f052e1af8dff39d443ab..2a01df9cc1c3214ee0e106eee262e7a3d1cee284 100644 (file)
@@ -342,9 +342,7 @@ void ext4_io_submit(struct ext4_io_submit *io)
        if (bio) {
                int io_op = io->io_wbc->sync_mode == WB_SYNC_ALL ?
                            WRITE_SYNC : WRITE;
-               bio_get(io->io_bio);
                submit_bio(io_op, io->io_bio);
-               bio_put(io->io_bio);
        }
        io->io_bio = NULL;
 }
This page took 0.024764 seconds and 5 git commands to generate.