ceph: change variable name to follow common rule
authorChengguang Xu <cgxu519@icloud.com>
Wed, 28 Feb 2018 11:43:47 +0000 (19:43 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 2 Apr 2018 08:12:47 +0000 (10:12 +0200)
commit73737682e0598ae73bd4c481e478a0d75884aa8a
tree938552dc32bbe1d6bd639d40f10e919c7c7d4a2a
parent79cd674aed7363a043222af3c8f97d0ea0a078cf
ceph: change variable name to follow common rule

Variable name ci is mostly used for ceph_inode_info.
Variable name fi is mostly used for ceph_file_info.
Variable name cf is mostly used for ceph_cap_flush.

Change variable name to follow above common rules
in case of confusing.

Signed-off-by: Chengguang Xu <cgxu519@icloud.com>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/addr.c
fs/ceph/dir.c
fs/ceph/file.c