Max Reitz 577a133988 file-posix: Fix shared locks on reopen commit
s->locked_shared_perm is the set of bits locked in the file, which is
the inverse of the permissions actually shared.  So we need to pass them
as they are to raw_apply_lock_bytes() instead of inverting them again.

Reported-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2018-11-19 14:32:01 +01:00
..
2018-11-05 15:09:55 +01:00
2018-09-25 15:50:15 +02:00
2018-11-05 15:09:55 +01:00
2018-10-12 09:46:14 +08:00
2018-11-05 15:09:54 +01:00
2018-11-19 12:51:40 +01:00