From: Miklos Szeredi Date: Thu, 18 Oct 2007 10:07:02 +0000 (-0700) Subject: fuse: support BSD locking semantics X-Git-Tag: v2.6.24-rc1~314 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ff4f87056cd31a8232b88d013dc6c9ad719c18;p=pandora-kernel.git fuse: support BSD locking semantics It is trivial to add support for flock(2) semantics to the existing protocol, by setting the lock owner field to the file pointer, and passing a new FUSE_LK_FLOCK flag with the locking request. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed