linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fuse: fixes for remote locking
@ 2023-06-08  8:46 Jiachen Zhang
  2023-06-08  8:46 ` [PATCH 1/2] fuse: support unlock remote OFD locks on file release Jiachen Zhang
  2023-06-08  8:46 ` [PATCH 2/2] fuse: remove an unnecessary if statement Jiachen Zhang
  0 siblings, 2 replies; 5+ messages in thread
From: Jiachen Zhang @ 2023-06-08  8:46 UTC (permalink / raw)
  To: Miklos Szeredi, linux-fsdevel, linux-kernel
  Cc: Andrew Morton, me, Jiachen Zhang

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-06  9:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-08  8:46 [PATCH 0/2] fuse: fixes for remote locking Jiachen Zhang
2023-06-08  8:46 ` [PATCH 1/2] fuse: support unlock remote OFD locks on file release Jiachen Zhang
2023-06-18 15:04   ` Jochen Friedrich
2023-06-08  8:46 ` [PATCH 2/2] fuse: remove an unnecessary if statement Jiachen Zhang
2024-03-06  9:13   ` Miklos Szeredi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).