Whamcloud - gitweb
LU-6245 libcfs: replace CFS_MODULE_PARAM with linux kernel module api 83/19383/6
authorJames Simmons <uja.ornl@yahoo.com>
Mon, 11 Apr 2016 20:01:00 +0000 (16:01 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 21 Apr 2016 02:27:03 +0000 (02:27 +0000)
commitd96a9248708d4da02728c9976a9a90ba29bd2bc0
treeb4532b6a7eb1c9bdb7242e7f5a15065784597456
parente7207f09696948dc338d450d82262e88183cb8c3
LU-6245 libcfs: replace CFS_MODULE_PARAM with linux kernel module api

Remove the CFS_MODULE_PARM wrapper and use the linux macros
module_param and MODULE_PARM_DESC instead.

Change-Id: If551518b34195caf92435189f98b01895a0b0d24
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/19383
Reviewed-by: Frank Zago <fzago@cray.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
32 files changed:
libcfs/libcfs/debug.c
libcfs/libcfs/linux/linux-cpu.c
lnet/klnds/gnilnd/gnilnd_modparams.c
lnet/klnds/o2iblnd/o2iblnd_modparams.c
lnet/klnds/socklnd/socklnd_modparams.c
lnet/lnet/acceptor.c
lnet/lnet/api-ni.c
lnet/lnet/lib-move.c
lnet/lnet/lib-ptl.c
lnet/lnet/module.c
lnet/lnet/router.c
lnet/selftest/brw_test.c
lnet/selftest/framework.c
lnet/selftest/ping_test.c
lustre/ldlm/ldlm_lockd.c
lustre/ldlm/ldlm_request.c
lustre/llite/lloop.c
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_mds.c
lustre/obdclass/lprocfs_status.c
lustre/obdclass/lu_object.c
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-ldiskfs/osd_oi.c
lustre/osd-zfs/osd_handler.c
lustre/osd-zfs/osd_object.c
lustre/ost/ost_handler.c
lustre/ptlrpc/nrs_tbf.c
lustre/ptlrpc/pinger.c
lustre/ptlrpc/ptlrpcd.c
lustre/ptlrpc/sec_bulk.c
lustre/ptlrpc/service.c
lustre/quota/lquota_entry.c