-
- Downloads
libceph: kill off osd data write_request parameters
In the incremental move toward supporting distinct data items in an osd request some of the functions had "write_request" parameters to indicate, basically, whether the data belonged to in_data or the out_data. Now that we maintain the data fields in the op structure there is no need to indicate the direction, so get rid of the "write_request" parameters. Signed-off-by:Alex Elder <elder@inktank.com> Reviewed-by:
Josh Durgin <josh.durgin@inktank.com>
Showing
- drivers/block/rbd.c 2 additions, 2 deletionsdrivers/block/rbd.c
- fs/ceph/addr.c 4 additions, 5 deletionsfs/ceph/addr.c
- fs/ceph/file.c 2 additions, 2 deletionsfs/ceph/file.c
- include/linux/ceph/osd_client.h 4 additions, 4 deletionsinclude/linux/ceph/osd_client.h
- net/ceph/osd_client.c 11 additions, 14 deletionsnet/ceph/osd_client.c
Loading
Please register or sign in to comment