Previous iteration missed osp_ping_show and
qsd_caches that are not used outside the
files they are in.
Change-Id: Ib2a0455d81ef0ff96537055ba62651c482a3159b
Test-Parameters: trivial
Signed-off-by: Oleg Drokin <green@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/59143
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
}
LUSTRE_RW_ATTR(lfsck_max_rpcs_in_flight);
-ssize_t osp_ping_show(struct kobject *kobj, struct attribute *attr,
- char *buffer)
+static ssize_t osp_ping_show(struct kobject *kobj, struct attribute *attr,
+ char *buffer)
{
struct dt_device *dt = container_of(kobj, struct dt_device,
dd_kobj);
struct kmem_cache *upd_kmem;
-struct lu_kmem_descr qsd_caches[] = {
+static struct lu_kmem_descr qsd_caches[] = {
{
.ckd_cache = &upd_kmem,
.ckd_name = "upd_kmem",