]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: print hashes in hex in dout messages
authorXiubo Li <xiubli@redhat.com>
Thu, 2 Jan 2020 03:09:37 +0000 (22:09 -0500)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 10 Jan 2020 10:11:07 +0000 (11:11 +0100)
commita70026d07454cf5b36f478f78ff113dd6f325427
treefb9de237e5103aed37856b091b0c7650f777b15c
parentf28af06d341a0212d115594dab6c6580ab772927
ceph: print hashes in hex in dout messages

It's hard to read, especially when it is:

    ceph:  __choose_mds 00000000b7bc9c15 is_hash=1 (-271041095) mode 0

At the same time, switch to __func__ to get rid of the checkpatch
warning.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/ceph/mds_client.c