Re: [PATCH 3/6] libceph: bump CEPH_OSD_MAX_OP to 3

2014-02-24 Thread Alex Elder
On 02/21/2014 12:55 PM, Ilya Dryomov wrote: > Our longest osd request now contains 3 ops: copyup+hint+write. This is pretty trivial and could be squashed into the patch that actually starts using more than two ops. It could certainly be squashed together with the next patch (that fixes the asserti

[PATCH 3/6] libceph: bump CEPH_OSD_MAX_OP to 3

2014-02-21 Thread Ilya Dryomov
Our longest osd request now contains 3 ops: copyup+hint+write. Signed-off-by: Ilya Dryomov --- include/linux/ceph/osd_client.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index 6bfcb0eca8ab..bc874b2398d7