mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
param: Rename variable used for lp_aio_write_size iAioWriteSize
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
8c1969443f
commit
2ba10dac85
@ -1286,7 +1286,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "aio write size",
|
||||
.type = P_BYTES,
|
||||
.p_class = P_LOCAL,
|
||||
.offset = LOCAL_VAR(iAioWriteSize),
|
||||
.offset = LOCAL_VAR(aio_write_size),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Reference in New Issue
Block a user