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

From: Jiachen Zhang
Date: Thu Jun 08 2023 - 04:47:39 EST


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