From da071869628c8b6ea6ed01b4f1083680114505a9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 8 Sep 2012 10:47:51 +0200 Subject: s3: add an option "kernel share modes" to be able to switch off using kernel flocks Signed-off-by: Stefan Metzmacher --- lib/param/param_table.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/param/param_table.c') diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 2aa392a683..23489ae01f 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3000,6 +3000,15 @@ static struct parm_struct parm_table[] = { .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, }, + { + .label = "kernel share modes", + .type = P_BOOL, + .p_class = P_LOCAL, + .offset = LOCAL_VAR(bKernelShareModes), + .special = NULL, + .enum_list = NULL, + .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, + }, { .label = "locking", .type = P_BOOL, -- cgit