2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-16 01:04:08 +08:00
linux-next/fs/fuse
Maxim Patlasov 4d53dc99ba fuse: rework fuse_retrieve()
The patch reworks fuse_retrieve() to allocate only so many page pointers
as needed. The core part of the patch is the following calculation:

	num_pages = (num + offset + PAGE_SIZE - 1) >> PAGE_SHIFT;

(thanks Miklos for formula). All other changes are mostly shuffling lines.

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: categorize fuse_get_req() 2013-01-24 16:21:25 +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