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:
parent
e53988cdea
commit
b0dfee968a
@ -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,
|
||||
|
@ -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);
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user