From: Ilya Dryomov Date: Tue, 25 Feb 2014 14:22:27 +0000 (+0200) Subject: libceph: bump CEPH_OSD_MAX_OP to 3 X-Git-Tag: v3.15-rc1~61^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc69d42e6950404587bef9489a5ed6f9f6bab4e;p=pandora-kernel.git libceph: bump CEPH_OSD_MAX_OP to 3 Our longest osd request now contains 3 ops: copyup+hint+write. Also, CEPH_OSD_MAX_OP value in a BUG_ON in rbd_osd_req_callback() was hard-coded to 2. Fix it, and switch to rbd_assert while at it. Signed-off-by: Ilya Dryomov Reviewed-by: Sage Weil Reviewed-by: Alex Elder --- Reading git-diff-tree failed