git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c647b8a
)
libceph: bump CEPH_OSD_MAX_OP to 3
author
Ilya Dryomov
<ilya.dryomov@inktank.com>
Tue, 25 Feb 2014 14:22:27 +0000
(16:22 +0200)
committer
Yan, Zheng
<zheng.z.yan@intel.com>
Thu, 3 Apr 2014 02:33:52 +0000
(10:33 +0800)
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 <ilya.dryomov@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
Reviewed-by: Alex Elder <elder@linaro.org>
No differences found