mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
vfs_io_uring: fix the prefix for parametric options from 'vfs_io_uring' to 'io_uring'
This is what the manpage describes. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14361 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
801c06f4c9
commit
fadc7043a7
@ -172,13 +172,13 @@ static int vfs_io_uring_connect(vfs_handle_struct *handle, const char *service,
|
||||
}
|
||||
|
||||
num_entries = lp_parm_ulong(SNUM(handle->conn),
|
||||
"vfs_io_uring",
|
||||
"io_uring",
|
||||
"num_entries",
|
||||
128);
|
||||
num_entries = MAX(num_entries, 1);
|
||||
|
||||
sqpoll = lp_parm_bool(SNUM(handle->conn),
|
||||
"vfs_io_uring",
|
||||
"io_uring",
|
||||
"sqpoll",
|
||||
false);
|
||||
if (sqpoll) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user