1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

smbd: smbd_do_qfilepathinfo() does not need lock_data anymore

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke 2022-12-30 22:15:50 +01:00 committed by Ralph Boehme
parent e53988cdea
commit b0dfee968a
4 changed files with 0 additions and 7 deletions

View File

@ -126,8 +126,6 @@ NTSTATUS smbd_do_qfilepathinfo(connection_struct *conn,
bool delete_pending,
struct timespec write_time_ts,
struct ea_list *ea_list,
int lock_data_count,
char *lock_data,
uint16_t flags2,
unsigned int max_data_bytes,
size_t *fixed_portion,

View File

@ -2082,7 +2082,6 @@ total_data=%u (should be %u)\n", (unsigned int)total_data, (unsigned int)IVAL(pd
fsp, smb_fname,
delete_pending, write_time_ts,
ea_list,
0, NULL,
req->flags2, max_data_bytes,
&fixed_portion,
ppdata, &data_size);

View File

@ -422,8 +422,6 @@ static struct tevent_req *smbd_smb2_getinfo_send(TALLOC_CTX *mem_ctx,
delete_pending,
write_time_ts,
ea_list,
0,
NULL,
STR_UNICODE,
in_output_buffer_length,
&fixed_portion,

View File

@ -3524,8 +3524,6 @@ NTSTATUS smbd_do_qfilepathinfo(connection_struct *conn,
bool delete_pending,
struct timespec write_time_ts,
struct ea_list *ea_list,
int lock_data_count,
char *lock_data,
uint16_t flags2,
unsigned int max_data_bytes,
size_t *fixed_portion,