libceph: rename parse_fsid() to ceph_parse_fsid() and export
authorVenky Shankar <vshankar@redhat.com>
Wed, 14 Jul 2021 10:05:51 +0000 (15:35 +0530)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 13 Jan 2022 12:40:06 +0000 (13:40 +0100)
commit4153c7fc937a2afa077dbdb9fe3189b9981f423c
treede66cd33466d1861d8119318e9d658786691cdee
parent2d7c86a8f9cdce1408c4f3c69d94d007eff2f179
libceph: rename parse_fsid() to ceph_parse_fsid() and export

... as it is too generic. also, use __func__ when logging
rather than hardcoding the function name.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/libceph.h
net/ceph/ceph_common.c