Skip to content

Commit 0f2776e

Browse files
committed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Pull Ceph fix from Sage Weil: "This drops a bad assert that a few users have been hitting but we've only recently been able to track down" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client: rbd: drop an unsafe assertion
2 parents 49d8137 + 638c323 commit 0f2776e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/block/rbd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,7 +2109,6 @@ static void rbd_img_obj_callback(struct rbd_obj_request *obj_request)
21092109
rbd_assert(img_request->obj_request_count > 0);
21102110
rbd_assert(which != BAD_WHICH);
21112111
rbd_assert(which < img_request->obj_request_count);
2112-
rbd_assert(which >= img_request->next_completion);
21132112

21142113
spin_lock_irq(&img_request->completion_lock);
21152114
if (which != img_request->next_completion)

0 commit comments

Comments
 (0)