[PATCH 3/7] ceph: add ceph_osdc_cancel_writes

2014-11-04 Thread John Spray
To allow us to abort writes in ENOSPC conditions, instead of having them block indefinitely. Signed-off-by: John Spray john.sp...@redhat.com --- include/linux/ceph/osd_client.h | 8 + net/ceph/osd_client.c | 67 + 2 files changed, 75

Re: [PATCH 3/7] ceph: add ceph_osdc_cancel_writes

2014-11-04 Thread Ilya Dryomov
On Tue, Nov 4, 2014 at 5:34 PM, John Spray john.sp...@redhat.com wrote: To allow us to abort writes in ENOSPC conditions, instead of having them block indefinitely. I just saw the word cancel, and as we've had trouble in this area in libceph in the past, a couple nit-pickings. First, in my