mirror of
https://github.com/samba-team/samba.git
synced 2025-11-05 04:23:51 +03:00
r17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
test. Phew - that was painful :-). But what it means
is that we now implement lock cancels and I can add
lock cancels into POSIX lock handling which will fix
the fast/slow system call issue with cifsfs !
Jeremy.
(This used to be commit f1a9cf075b)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4c713703d0
commit
e1da1fcf12
@@ -45,8 +45,10 @@ struct lock_key {
|
||||
SMB_INO_T inode;
|
||||
};
|
||||
|
||||
struct files_struct;
|
||||
|
||||
struct byte_range_lock {
|
||||
files_struct *fsp;
|
||||
struct files_struct *fsp;
|
||||
unsigned int num_locks;
|
||||
BOOL modified;
|
||||
struct lock_key key;
|
||||
|
||||
Reference in New Issue
Block a user