Re: [PATCH 1/6] libceph: encode CEPH_OSD_OP_FLAG_* op flags

2014-02-24 Thread Alex Elder
On 02/21/2014 12:55 PM, Ilya Dryomov wrote: > Encode ceph_osd_op::flags field so that it gets sent over the wire. This looks fine. The flags field was never being encoded before, so there's no change in the protocol. And you're just adding a flags field to the local structure. Reviewed-by: Alex

[PATCH 1/6] libceph: encode CEPH_OSD_OP_FLAG_* op flags

2014-02-21 Thread Ilya Dryomov
Encode ceph_osd_op::flags field so that it gets sent over the wire. Signed-off-by: Ilya Dryomov --- include/linux/ceph/osd_client.h |1 + include/linux/ceph/rados.h |2 +- net/ceph/osd_client.c |2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/includ