mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 09:49:58 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
76d791a075
commit
e780e3de6d
@@ -392,7 +392,8 @@ static ctl_table_t obd_table[] = {
|
||||
.maxlen = sizeof(int),
|
||||
.mode = 0644,
|
||||
.proc_handler = &proc_at_history
|
||||
}
|
||||
},
|
||||
{}
|
||||
};
|
||||
|
||||
static ctl_table_t parent_table[] = {
|
||||
@@ -402,7 +403,8 @@ static ctl_table_t parent_table[] = {
|
||||
.maxlen = 0,
|
||||
.mode = 0555,
|
||||
.child = obd_table
|
||||
}
|
||||
},
|
||||
{}
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user