]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: delete redundant debug message
authorChengguang Xu <cgxu519@gmx.com>
Thu, 12 Jul 2018 08:45:08 +0000 (16:45 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 10 Jan 2020 10:11:06 +0000 (11:11 +0100)
commite6a86757490e5c28ce0991091b704fd9c1ad21de
tree69fa2617d0a8c0ac05a7e386aeab1b06bf3a307e
parentd0402f7ec66ea72e58be46c32679891094f6d7ef
ceph: delete redundant debug message

We print session's refcount in debug message inside
ceph_put_mds_session() and get_session(), so 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>
fs/ceph/mds_client.c