VFS: rename do_splice_to/from to vfs_splice_* and export symbols
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 21 Mar 2008 20:04:42 +0000 (16:04 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 16 Jun 2011 22:46:42 +0000 (15:46 -0700)
commitd685908baf7f68fd5ef6ebd214dc919f32a97db7
treede364469ec88c5c7f032b5151d7c781acc7940ff
parent668269d1f021d3881fbb496c9de691754e939c23
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/splice.h