ceph: delete redundant douts in con_get/put()
authorChengguang Xu <cgxu519@gmx.com>
Thu, 12 Jul 2018 08:45:08 +0000 (16:45 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 27 Jan 2020 15:53:39 +0000 (16:53 +0100)
commit8f5ac172abb79171eac9ecb7bedc071b56630097
tree464a549bdfd55ef25ce9be54865e213a57436915
parentd5226fa6dbae0569ee43ecfc08bdcd6770fc4755
ceph: delete redundant douts in con_get/put()

We print session's refcount in debug message inside
ceph_put_mds_session() and get_session(), so we don't have to
print it in con_get()/__ceph_lookup_mds_session()/con_put().

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c