Re: [PATCH] net: ceph: osd_client: change osd_req_op_data() macro

2015-10-29 Thread Ilya Dryomov
On Thu, Oct 22, 2015 at 5:06 PM, Ioana Ciornei wrote: > This patch changes the osd_req_op_data() macro to not evaluate > parameters more than once in order to follow the kernel coding style. > > Signed-off-by: Ioana Ciornei > Reviewed-by: Alex

[PATCH] net: ceph: osd_client: change osd_req_op_data() macro

2015-10-22 Thread Ioana Ciornei
This patch changes the osd_req_op_data() macro to not evaluate parameters more than once in order to follow the kernel coding style. Signed-off-by: Ioana Ciornei Reviewed-by: Alex Elder --- net/ceph/osd_client.c | 10 ++ 1 file changed, 6