> @@ -1149,10 +1151,12 @@ static struct request *__get_request(struct > request_list *rl, int rw_flags, > > blk_rq_init(q, rq); > blk_rq_set_rl(rq, rl); > - rq->cmd_flags = rw_flags | REQ_ALLOCED; > + /* tmp compat - allow users to check either one for the op */ > + rq->cmd_flags = op | op_flags | REQ_ALLOCED;
This one is still left after the whole series is applied, seems like the hunk to remove it again got lost somewhere. ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
