[PATCH 0/2] fuse: fixes for remote locking

Jiachen Zhang posted 2 patches 2 years, 8 months ago
fs/fuse/file.c   | 21 ++++++++++++++-------
fs/fuse/fuse_i.h |  2 +-
2 files changed, 15 insertions(+), 8 deletions(-)
[PATCH 0/2] fuse: fixes for remote locking
Posted by Jiachen Zhang 2 years, 8 months ago
Hi all,

This patchset fixes some small issues of fuse remoting locking.

The first patch fixes the missing automatic unlock of fcntl(2) OFD lock.
The second patch remove some deadcode for clearness.

Thanks,
Jiachen

Jiachen Zhang (2):
  fuse: support unlock remote OFD locks on file release
  fuse: remove an unnecessary if statement

 fs/fuse/file.c   | 21 ++++++++++++++-------
 fs/fuse/fuse_i.h |  2 +-
 2 files changed, 15 insertions(+), 8 deletions(-)

-- 
2.20.1