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 RBD fix from Sage Weil.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client:
rbd: end I/O the entire obj_request on error

+5
+5
drivers/block/rbd.c
··· 2264 2264 result, xferred); 2265 2265 if (!img_request->result) 2266 2266 img_request->result = result; 2267 + /* 2268 + * Need to end I/O on the entire obj_request worth of 2269 + * bytes in case of error. 2270 + */ 2271 + xferred = obj_request->length; 2267 2272 } 2268 2273 2269 2274 /* Image object requests don't own their page array */