]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] fuse: add request interruption
authorMiklos Szeredi <miklos@szeredi.hu>
Sun, 25 Jun 2006 12:48:54 +0000 (05:48 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:19 +0000 (10:01 -0700)
commita4d27e75ffb7b8ecb7eed0c7db0df975525f3fd7
tree2353706a33196438547ed4651afd9f2d81dd96e8
parentf9a2842e5612b93fa20a624a8baa6c2a7ecea504
[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 <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/filesystems/fuse.txt
fs/fuse/dev.c
fs/fuse/file.c
fs/fuse/fuse_i.h
fs/fuse/inode.c
include/linux/fuse.h