mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
r3012: added initial support for byte range locking in the posix vfs. This is
enough for us to pass locktest, but does not yet support lock timeouts and some of the other esoteric features.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f4a91be635
commit
58a92abd88
@@ -1450,7 +1450,9 @@ union smb_lock {
|
||||
/* generic interface */
|
||||
struct {
|
||||
enum smb_lock_level level;
|
||||
|
||||
struct {
|
||||
uint16_t fnum;
|
||||
} in;
|
||||
} generic;
|
||||
|
||||
/* SMBlock interface */
|
||||
|
||||
Reference in New Issue
Block a user