diff options
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index f54f8c372f..1084d6d503 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -100,7 +100,7 @@ FN_LOCAL_BOOL(dmapi_support, dmapi_support) FN_LOCAL_PARM_BOOL(locking, locking) FN_LOCAL_PARM_INTEGER(strict_locking, strict_locking) FN_LOCAL_PARM_BOOL(posix_locking, posix_locking) -FN_LOCAL_BOOL(kernel_oplocks, bKernelOplocks) +FN_LOCAL_BOOL(kernel_oplocks, kernel_oplocks) FN_LOCAL_BOOL(level2_oplocks, bLevel2OpLocks) FN_LOCAL_BOOL(kernel_share_modes, bKernelShareModes) FN_LOCAL_BOOL(onlyuser, bOnlyUser) |