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 addresses a refcounting bug that leads to a use-after-free"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client:
rbd: don't put snap_context twice in rbd_queue_workfn()

+1
+1
drivers/block/rbd.c
··· 3442 3442 goto err_rq; 3443 3443 } 3444 3444 img_request->rq = rq; 3445 + snapc = NULL; /* img_request consumes a ref */ 3445 3446 3446 3447 if (op_type == OBJ_OP_DISCARD) 3447 3448 result = rbd_img_request_fill(img_request, OBJ_REQUEST_NODATA,