Hi Linus, Please pull a couple last minute rbd fixes from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus The first is a simple memory leak. The second is, unfortunately, a bit more involved. There was a problem with the way we were doing the completions for split bios (spanning object boundaries) and the fix is non-trivial. It's a bit big for -rc7, but OTOH the bug it fixes is pretty easy to trigger with an appropriate read workload. Thanks! sage Sage Weil (1): rbd: fix leak of ops struct Yehuda Sadeh (1): rbd: fix split bio handling drivers/block/rbd.c | 177 +++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 156 insertions(+), 21 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html