dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/coda
Miklos Szeredi 6818173bd6 splice: implement default splice_read method
If f_op->splice_read() is not implemented, fall back to a plain read.
Use vfs_readv() to read into previously allocated pages.

This will allow splice and functions using splice, such as the loop
device, to work on all filesystems.  This includes "direct_io" files
in fuse which bypass the page cache.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2009-05-11 14:13:10 +02:00
..
Kconfig
Makefile
cache.c
cnode.c
coda_int.h
coda_linux.c
dir.c constify dentry_operations: misc filesystems 2009-03-27 14:44:00 -04:00
file.c splice: implement default splice_read method 2009-05-11 14:13:10 +02:00
inode.c
pioctl.c
psdev.c
symlink.c
sysctl.c
upcall.c