* [PATCH REPOST] rbd: kill ceph_osd_req_op->flags
@ 2013-01-04 14:46 Alex Elder
2013-01-17 3:01 ` Josh Durgin
0 siblings, 1 reply; 2+ messages in thread
From: Alex Elder @ 2013-01-04 14:46 UTC (permalink / raw)
To: ceph-devel@vger.kernel.org
The flags field of struct ceph_osd_req_op is never used, so just get
rid of it.
Signed-off-by: Alex Elder <elder@inktank.com>
---
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
--- 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;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH REPOST] rbd: kill ceph_osd_req_op->flags
2013-01-04 14:46 [PATCH REPOST] rbd: kill ceph_osd_req_op->flags Alex Elder
@ 2013-01-17 3:01 ` Josh Durgin
0 siblings, 0 replies; 2+ messages in thread
From: Josh Durgin @ 2013-01-17 3:01 UTC (permalink / raw)
To: Alex Elder; +Cc: ceph-devel@vger.kernel.org
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 <elder@inktank.com>
> ---
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
> 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
> --- 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;
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-17 3:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 14:46 [PATCH REPOST] rbd: kill ceph_osd_req_op->flags Alex Elder
2013-01-17 3:01 ` Josh Durgin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.