]> git.baikalelectronics.ru Git - kernel.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)
commitffd2537bcbb14316ec898ef19274005af9708a14
tree2353706a33196438547ed4651afd9f2d81dd96e8
parent9285e825b7d24d8ec97ab25382a9d677e5a3269a
[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