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>
Showing
- fs/ceph/addr.c 10 additions, 10 deletionsfs/ceph/addr.c
- fs/ceph/cache.c 1 addition, 1 deletionfs/ceph/cache.c
- fs/ceph/caps.c 20 additions, 20 deletionsfs/ceph/caps.c
- fs/ceph/crypto.c 1 addition, 1 deletionfs/ceph/crypto.c
- fs/ceph/dir.c 11 additions, 11 deletionsfs/ceph/dir.c
- fs/ceph/export.c 5 additions, 5 deletionsfs/ceph/export.c
- fs/ceph/file.c 12 additions, 12 deletionsfs/ceph/file.c
- fs/ceph/inode.c 7 additions, 7 deletionsfs/ceph/inode.c
- fs/ceph/ioctl.c 4 additions, 4 deletionsfs/ceph/ioctl.c
- fs/ceph/mds_client.c 1 addition, 1 deletionfs/ceph/mds_client.c
- fs/ceph/snap.c 1 addition, 1 deletionfs/ceph/snap.c
- fs/ceph/super.c 11 additions, 11 deletionsfs/ceph/super.c
- fs/ceph/super.h 5 additions, 5 deletionsfs/ceph/super.h
- fs/ceph/xattr.c 6 additions, 6 deletionsfs/ceph/xattr.c
Please register or sign in to comment