From: Alex Elder Date: Wed, 14 Nov 2012 15:38:20 +0000 (-0600) Subject: rbd: kill ceph_osd_req_op->flags X-Git-Tag: firefly_0821_release~3680^2~718^2~24^2~59^2~17 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2b5fc648af5eec2f4fe984cb6b926214e02c5cf4;p=firefly-linux-kernel-4.4.55.git rbd: kill ceph_osd_req_op->flags 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 --- diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index 2b04d054e09d..69287ccfe68a 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h @@ -157,7 +157,6 @@ struct ceph_osd_client { struct ceph_osd_req_op { u16 op; /* CEPH_OSD_OP_* */ - u32 flags; /* CEPH_OSD_FLAG_* */ union { struct { u64 offset, length;