linux/fs/fuse
Maxim Patlasov 8b41e6715e fuse: make request allocations for background processing explicit
There are two types of processing requests in FUSE: synchronous (via
fuse_request_send()) and asynchronous (via adding to fc->bg_queue).

Fortunately, the type of processing is always known in advance, at the time
of request allocation. This preparatory patch utilizes this fact making
fuse_get_req() aware about the type. Next patches will use it.

Signed-off-by: Maxim Patlasov <mpatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-04-17 12:31:44 +02:00
..
Kconfig fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig 2013-01-17 13:08:45 +01:00
Makefile
control.c fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00
cuse.c fuse: make request allocations for background processing explicit 2013-04-17 12:31:44 +02:00
dev.c fuse: make request allocations for background processing explicit 2013-04-17 12:31:44 +02:00
dir.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2013-02-26 20:16:07 -08:00
file.c fuse: make request allocations for background processing explicit 2013-04-17 12:31:44 +02:00
fuse_i.h fuse: make request allocations for background processing explicit 2013-04-17 12:31:44 +02:00
inode.c fuse: make request allocations for background processing explicit 2013-04-17 12:31:44 +02:00