Skip to content

Commit

Permalink
rbd: kill ceph_osd_req_op->flags
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alex Elder committed Jan 17, 2013
1 parent 30573d6 commit 2b5fc64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/ceph/osd_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2b5fc64

Please sign in to comment.