From 5b2bf1a885d63c26f9e7da5fab391f2b9fab5228 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:26 +1300 Subject: param: Rename variable used for lp_aio_write_behind szAioWriteBehind Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index bf7c726776..77cc0cf719 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -78,7 +78,7 @@ static FN_LOCAL_STRING(volume, volume) FN_LOCAL_STRING(veto_files, veto_files) FN_LOCAL_STRING(hide_files, hide_files) FN_LOCAL_STRING(veto_oplocks, veto_oplocks) -FN_LOCAL_STRING(aio_write_behind, szAioWriteBehind) +FN_LOCAL_STRING(aio_write_behind, aio_write_behind) FN_LOCAL_STRING(dfree_command, szDfree) FN_LOCAL_BOOL(autoloaded, autoloaded) FN_LOCAL_BOOL(preexec_close, bPreexecClose) -- cgit