VFS: rename do_splice_to/from to vfs_splice_* and export symbols
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:35:30 +0000 (19:35 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:35:30 +0000 (19:35 -0400)
commite39d2aae4ace768320d64a8ecb6f706458f3bb72
treebab73a62da061ce4e358a3e0d0513614fd8c6e48
parent82c915df9dd02e4963b00cb26b4a5f0195949bf3
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