VFS: rename do_splice_to/from to vfs_splice_* and export symbols
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:45:42 +0000 (19:45 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:45:42 +0000 (19:45 -0400)
commita464ceed25f8f44cc942252627fcd7003162db42
tree78aa5da7921d268f6f8a3f9ada80e88d591f714f
parentd6edbd1d07e331d73eb74275a5f1edc10dc1d1be
VFS: rename do_splice_to/from to vfs_splice_* and export symbols

A stackable file system which uses vm_ops->fault, and does not implement
address_space_operations, cannot use generic_file_splice_read/write, but has
to implement ->splice_read/write itself.  These two helper functions are
very useful to such a module.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/splice.c
include/linux/fs.h