1
0
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:
Jeremy Allison
2006-07-17 21:09:02 +00:00
committed by Gerald (Jerry) Carter
parent 4c713703d0
commit e1da1fcf12
11 changed files with 328 additions and 187 deletions

View File

@@ -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;