remarkable-linux/fs/fuse
Maxim Patlasov 54b966702d fuse: rework fuse_do_ioctl()
fuse_do_ioctl() already calculates the number of pages it's going to use. It is
stored in 'num_pages' variable. So the patch simply uses it for allocating
fuse_req.

Signed-off-by: Maxim Patlasov <mpatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-01-24 16:21:26 +01:00
..
control.c fuse: mark variables uninitialized 2012-09-03 17:44:06 +02:00
cuse.c fuse: categorize fuse_get_req() 2013-01-24 16:21:25 +01:00
dev.c fuse: rework fuse_retrieve() 2013-01-24 16:21:26 +01:00
dir.c fuse: categorize fuse_get_req() 2013-01-24 16:21:25 +01:00
file.c fuse: rework fuse_do_ioctl() 2013-01-24 16:21:26 +01:00
fuse_i.h fuse: categorize fuse_get_req() 2013-01-24 16:21:25 +01:00
inode.c fuse: categorize fuse_get_req() 2013-01-24 16:21:25 +01:00
Kconfig fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig 2013-01-17 13:08:45 +01:00
Makefile CUSE: implement CUSE - Character device in Userspace 2009-06-09 11:24:11 +02:00