[RAMEN9610-8702][COMMON] fmp: remove REQ_AUX_PRIV
[GitHub/MotorolaMobilityLLC/kernel-slsi.git] / fs / buffer.c
index fd41645f26eb9cb11114a42f9a794d3b408076d7..f3e4e1546de71f77a31741b30ebf5f17e43ae390 100644 (file)
@@ -3143,7 +3143,7 @@ static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh,
        bio_set_op_attrs(bio, op, op_flags);
 
        crypto_diskcipher_debug(BLK_BH, op_flags);
-       if (bio->bi_opf & REQ_AUX_PRIV)
+       if (bio->bi_opf & REQ_CRYPT)
                bio->bi_aux_private = bh->b_private;
        submit_bio(bio);
        return 0;