Merge remote-tracking branches 'asoc/fix/max98371', 'asoc/fix/nau8825', 'asoc/fix...
[deliverable/linux.git] / fs / f2fs / data.c
index e2624275d828c5d65885948e6426e8906e305a90..d64d2a515cb2ce1d162b8fd9c0c0e0e5e68a7fbb 100644 (file)
@@ -245,7 +245,6 @@ int f2fs_submit_page_bio(struct f2fs_io_info *fio)
                bio_put(bio);
                return -EFAULT;
        }
-       bio->bi_rw = fio->op_flags;
        bio_set_op_attrs(bio, fio->op, fio->op_flags);
 
        __submit_bio(fio->sbi, bio, fio->type);
This page took 0.028168 seconds and 5 git commands to generate.