projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30573d6
)
rbd: kill ceph_osd_req_op->flags
author
Alex Elder
<elder@inktank.com>
Wed, 14 Nov 2012 15:38:20 +0000
(09:38 -0600)
committer
Alex Elder
<elder@inktank.com>
Thu, 17 Jan 2013 22:34:58 +0000
(16:34 -0600)
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
patch
|
blob
|
history
diff --git
a/include/linux/ceph/osd_client.h
b/include/linux/ceph/osd_client.h
index
2b04d05
..
69287cc
100644
(file)
--- 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;