Whamcloud - gitweb
LU-2335 kernel: add CONFIG_ prefix to config values
authorPeng Tao <tao.peng@emc.com>
Wed, 31 Oct 2012 07:03:46 +0000 (15:03 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 11 Jun 2013 16:05:11 +0000 (12:05 -0400)
commitd86c446837e0ca9b3086639fa63b7bbb2516863d
tree1eb264f72dc880850d9543b3270178f514f3cbce
parent65d63035c60086a89d932c6f9f1691cf93728d74
LU-2335 kernel: add CONFIG_ prefix to config values

Kernel uses CONFIG_ prefix for all values that comes from
Kconfig. So do the same for Lustre.

Rename OBD_MAX_IOCTL_BUFFER to CONFIG_LUSTRE_OBD_MAX_IOCTL_BUFFER,
LNET_MAX_PAYLOAD to CONFIG_LNET_MAX_PAYLOAD, and INVARIANT_CHECK
to CONFIG_LUSTRE_DEBUG_EXPENSIVE_CHECK.

Signed-off-by: Peng Tao <tao.peng@emc.com>
Change-Id: I3b1fdea02ba195ce7ff0793c218ac1f505243bb3
Reviewed-on: http://review.whamcloud.com/4646
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
12 files changed:
libcfs/include/libcfs/libcfs_private.h
lnet/autoconf/lustre-lnet.m4
lnet/include/lnet/types.h
lustre/autoconf/lustre-core.m4
lustre/include/lclient.h
lustre/include/lustre_lib.h
lustre/obdclass/cl_page.c
lustre/obdclass/darwin/darwin-module.c
lustre/osc/osc_cl_internal.h
lustre/osc/osc_lock.c
lustre/osc/osc_object.c
lustre/osc/osc_page.c