Whamcloud - gitweb
LU-9859 libcfs: rename cfs_cpt_table to cfs_cpt_tab 19/37519/2
authorNeilBrown <neilb@suse.com>
Mon, 10 Feb 2020 16:22:02 +0000 (11:22 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 20 Feb 2020 07:15:06 +0000 (07:15 +0000)
commitcc3643908d6c902db3d6c95647fff007bad0ff53
treefe9bb83636f0933168a0c82472f3fa349141a5f7
parent43dddbd0785d4da14714390d802bf6ec65567350
LU-9859 libcfs: rename cfs_cpt_table to cfs_cpt_tab

The variable "cfs_cpt_table" has the same name as
the structure "struct cfs_cpt_table".
This makes it hard to use #define to make one disappear
on a uni-processor build, but keep the other.
So rename the variable to cfs_cpt_tab.

Linux-commit: 457d63ea5c1aa81fe0b9a66a77a2282856b88983

Test-Parameters: trivial

Change-Id: I77cc6694183df2485974c8a962a5766a905fb5f9
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-on: https://review.whamcloud.com/37519
Reviewed-by: Neil Brown <neilb@suse.de>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/include/libcfs/libcfs_cpu.h
libcfs/libcfs/libcfs_cpu.c
libcfs/libcfs/module.c
lnet/lnet/api-ni.c
lnet/selftest/framework.c
lustre/mdt/mdt_mds.c
lustre/ost/ost_handler.c
lustre/ptlrpc/client.c
lustre/ptlrpc/ptlrpcd.c
lustre/ptlrpc/service.c