[PATCH REPOST] rbd: kill ceph_osd_req_op->flags

2013-01-04 Thread Alex Elder
The flags field of struct ceph_osd_req_op is never used, so just get rid of it. Signed-off-by: Alex Elder --- include/linux/ceph/osd_client.h |1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index 2b04d05..69287cc 100644 ---

Re: [PATCH REPOST] rbd: kill ceph_osd_req_op->flags

2013-01-16 Thread Josh Durgin
On 01/04/2013 06:46 AM, Alex Elder wrote: The flags field of struct ceph_osd_req_op is never used, so just get rid of it. Signed-off-by: Alex Elder --- Reviewed-by: Josh Durgin include/linux/ceph/osd_client.h |1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/ceph/osd_c