diff options
author | Steve French <stfrench@microsoft.com> | 2019-07-17 01:55:38 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-11-25 08:14:14 +0100 |
commit | d0677992d2af3d65f1c1c21de3323d09d4891537 (patch) | |
tree | 77c2daf3008dd03a3b0f8af179119cb26dc1f5ec /kernel | |
parent | cifs: remove unused variable 'sid_user' (diff) | |
download | linux-d0677992d2af3d65f1c1c21de3323d09d4891537.tar.xz linux-d0677992d2af3d65f1c1c21de3323d09d4891537.zip |
cifs: add support for flock
The flock system call locks the whole file rather than a byte
range and so is currently emulated by various other file systems
by simply sending a byte range lock for the whole file.
Add flock handling for cifs.ko in similar way.
xfstest generic/504 passes with this as well
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions