]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libceph: remove req->r_replay_version
authorJeff Layton <jlayton@redhat.com>
Tue, 4 Apr 2017 12:39:36 +0000 (08:39 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 4 May 2017 07:19:20 +0000 (09:19 +0200)
commitaa26d662b9d44e7f5b0d109e892e537a23471863
tree1f167ec18bc29fadd6e94de57f6ec985b7c6c92f
parent79162547b76e4979b21ef80c9629ada94a51a59b
libceph: remove req->r_replay_version

Nothing uses this anymore with the removal of the ack vs. commit code.
Remove the field and just encode zeroes into place in the request
encoding.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/osd_client.h
net/ceph/debugfs.c
net/ceph/osd_client.c