Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-1
-1
drivers/block/rbd.c
··· 2109 2109 rbd_assert(img_request->obj_request_count > 0); 2110 2110 rbd_assert(which != BAD_WHICH); 2111 2111 rbd_assert(which < img_request->obj_request_count); 2112 - rbd_assert(which >= img_request->next_completion); 2113 2112 2114 2113 spin_lock_irq(&img_request->completion_lock); 2115 2114 if (which != img_request->next_completion)