]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/lustre/obdclass: move obd_sysctl_init out of class_procfs_init
authorPeng Tao <bergwolf@gmail.com>
Tue, 3 Dec 2013 14:42:02 +0000 (22:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Dec 2013 16:56:23 +0000 (08:56 -0800)
commitc7c5da015a4e142c4c7c77572a1e756136f7564b
treed3a5b0ab865a936921d0ee4fb705a0523a5494cc
parent0396ec9e93d68e140460bee7f3a5ae21abcf5d5e
staging/lustre/obdclass: move obd_sysctl_init out of class_procfs_init

It is not strictly related to procfs. Besides, we already call obd_sysctl_clean
outside of class_procfs_clean.

Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/class_obd.c
drivers/staging/lustre/lustre/obdclass/linux/linux-module.c