ceph: rename _to_client() to _to_fs_client()
authorXiubo Li <xiubli@redhat.com>
Mon, 12 Jun 2023 02:50:38 +0000 (10:50 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 3 Nov 2023 22:28:33 +0000 (23:28 +0100)
commit5995d90d2d19f337df6a50bcf4699ef053214dac
tree49f39d48370e22709445eb7d92eaa73d242402a9
parent197b7d792d6aead2e30d4b2c054ffabae2ed73dc
ceph: rename _to_client() to _to_fs_client()

We need to covert the inode to ceph_client in the following commit,
and will add one new helper for that, here we rename the old helper
to _fs_client().

Link: https://tracker.ceph.com/issues/61590
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Milind Changire <mchangir@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
14 files changed:
fs/ceph/addr.c
fs/ceph/cache.c
fs/ceph/caps.c
fs/ceph/crypto.c
fs/ceph/dir.c
fs/ceph/export.c
fs/ceph/file.c
fs/ceph/inode.c
fs/ceph/ioctl.c
fs/ceph/mds_client.c
fs/ceph/snap.c
fs/ceph/super.c
fs/ceph/super.h
fs/ceph/xattr.c