exofs: use bio_clone_fast in _write_mirror
[linux-2.6-microblaze.git] / fs / exofs / ore.c
index 1b8b446..5331a15 100644 (file)
@@ -873,8 +873,8 @@ static int _write_mirror(struct ore_io_state *ios, int cur_comp)
                        struct bio *bio;
 
                        if (per_dev != master_dev) {
-                               bio = bio_clone_kmalloc(master_dev->bio,
-                                                       GFP_KERNEL);
+                               bio = bio_clone_fast(master_dev->bio,
+                                                    GFP_KERNEL, NULL);
                                if (unlikely(!bio)) {
                                        ORE_DBGMSG(
                                              "Failed to allocate BIO size=%u\n",