rbd: remove unused constants and fields
commit3dbf00e058e450173c6f892bb572df871eb4ea58
authorJosh Durgin <jdurgin@redhat.com>
Thu, 11 Jun 2015 03:28:43 +0000 (10 20:28 -0700)
committerKevin Wolf <kwolf@redhat.com>
Tue, 14 Jul 2015 15:15:23 +0000 (14 17:15 +0200)
tree4ebec972ae11475a8603ab8435e9b89c96006b56
parent80a1e130917e0745625129553c943743eb663727
rbd: remove unused constants and fields

RBDAIOCB.status was only used for cancel, which was removed in
7691e24dbebb46658e89b3f950fda6ec78bbb823.

RBDAIOCB.sector_num was never used.

RADOSCB.done and rcbid were never used.

RBD_FD* are obsolete since the pipe was removed in
e04fb07fd1676e9facd7f3f878c1bbe03bccd26b.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/rbd.c