alistair23-linux/fs/fuse
Maxim Patlasov 4250c0668e fuse: general infrastructure for pages[] of variable size
The patch removes inline array of FUSE_MAX_PAGES_PER_REQ page pointers from
fuse_req. Instead of that, req->pages may now point either to small inline
array or to an array allocated dynamically.

This essentially means that all callers of fuse_request_alloc[_nofs] should
pass the number of pages needed explicitly.

The patch doesn't make any logic changes.

Signed-off-by: Maxim Patlasov <mpatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-01-24 16:21:25 +01:00
..
control.c fuse: mark variables uninitialized 2012-09-03 17:44:06 +02:00
cuse.c cuse: fix uninitialized variable warnings 2013-01-17 13:05:52 +01:00
dev.c fuse: general infrastructure for pages[] of variable size 2013-01-24 16:21:25 +01:00
dir.c fuse: implement NFS-like readdirplus support 2013-01-24 16:21:25 +01:00
file.c fuse: general infrastructure for pages[] of variable size 2013-01-24 16:21:25 +01:00
fuse_i.h fuse: general infrastructure for pages[] of variable size 2013-01-24 16:21:25 +01:00
inode.c fuse: general infrastructure for pages[] of variable size 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