From: Miklos Szeredi Date: Sun, 25 Jun 2006 12:48:54 +0000 (-0700) Subject: [PATCH] fuse: add request interruption X-Git-Tag: v2.6.18-rc1~917 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d27e75ffb7b8ecb7eed0c7db0df975525f3fd7;p=pandora-kernel.git [PATCH] fuse: add request interruption Add synchronous request interruption. This is needed for file locking operations which have to be interruptible. However filesystem may implement interruptibility of other operations (e.g. like NFS 'intr' mount option). Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed