]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
libceph: drop version variable from ceph_monmap_decode()
authorIlya Dryomov <idryomov@gmail.com>
Fri, 19 May 2017 09:59:22 +0000 (11:59 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 23 May 2017 18:32:22 +0000 (20:32 +0200)
commitf3b4e55ded9b3c52831a7d2ab9e511293c99fc11
tree3aaf0752f228d7ef77eb0e3df60dbc9235efd841
parent1759f7b0e3fab1d1882d7c680af9d12c5c111b0e
libceph: drop version variable from ceph_monmap_decode()

It's set but not used: CEPH_FEATURE_MONNAMES feature bit isn't
advertised, which guarantees a v1 MonMap.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Alex Elder <elder@linaro.org>
net/ceph/mon_client.c