staging/lustre/obdclass: add empty tailing member to ctl_table
authorPeng Tao <bergwolf@gmail.com>
Thu, 21 Nov 2013 14:42:46 +0000 (22:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Nov 2013 20:38:24 +0000 (12:38 -0800)
commite780e3de6d67abb16edec6f88f1651bf19b7ec81
treefcbc088f1d9f784892d83b9b308616ef6e613dfa
parent76d791a07580d5ce07a2229e83e8f9bee924f4dd
staging/lustre/obdclass: add empty tailing member to ctl_table

This was mistakenly removed by commit 7fb3d1c5.
Now register_sysctl_table() complains about "No proc_handler".

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