From: Miklos Szeredi Date: Sun, 25 Jun 2006 12:48:52 +0000 (-0700) Subject: [PATCH] fuse: add POSIX file locking support X-Git-Tag: v2.6.18-rc1~920 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7142125937e1482ad3ae4366594c6586153dfc86;p=pandora-kernel.git [PATCH] fuse: add POSIX file locking support This patch adds POSIX file locking support to the fuse interface. This implementation doesn't keep any locking state in kernel. Unlocking on close() is handled by the FLUSH message, which now contains the lock owner id. Mandatory locking is not supported. The filesystem may enfoce mandatory locking in userspace if needed. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed