summaryrefslogtreecommitdiff
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2012-11-14 15:38:20 (GMT)
committerAlex Elder <elder@inktank.com>2013-01-17 22:34:58 (GMT)
commit2b5fc648af5eec2f4fe984cb6b926214e02c5cf4 (patch)
treeec260601fdc9cdcbd71a296c61f54fcc0cbf1e82 /include/linux/ceph
parent30573d680355ca0de4db2113b9080cd078ac726f (diff)
downloadlinux-fsl-qoriq-2b5fc648af5eec2f4fe984cb6b926214e02c5cf4.tar.xz
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>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/osd_client.h1
1 files changed, 0 insertions, 1 deletions
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;