mirror of
https://github.com/samba-team/samba.git
synced 2025-12-19 12:23:49 +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 commit is contained in:
committed by
Gerald (Jerry) Carter
parent
220dd43330
commit
f1a9cf075b
@@ -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