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 <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
parent
30573d6803
commit
2b5fc648af
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue