diff options
author | Yan, Zheng <zyan@redhat.com> | 2015-04-27 06:09:54 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2015-06-25 11:49:27 +0300 |
commit | 144cba1493fdd6e3e1980e439a31df877831ebcd (patch) | |
tree | 3fef5404a6e0186cef9de8ce2df5a0077202a2a4 /include/linux/ceph/osd_client.h | |
parent | 66ba609f7b96096116ca7bbc21ec6922ea41a992 (diff) | |
download | linux-144cba1493fdd6e3e1980e439a31df877831ebcd.tar.xz |
libceph: allow setting osd_req_op's flags
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Alex Elder <elder@linaro.org>
Diffstat (limited to 'include/linux/ceph/osd_client.h')
-rw-r--r-- | include/linux/ceph/osd_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index 61b19c46bdb3..7506b485bb6d 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h @@ -249,7 +249,7 @@ extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc, struct ceph_msg *msg); extern void osd_req_op_init(struct ceph_osd_request *osd_req, - unsigned int which, u16 opcode); + unsigned int which, u16 opcode, u32 flags); extern void osd_req_op_raw_data_in_pages(struct ceph_osd_request *, unsigned int which, |