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>
Mon, 12 Jan 2009 23:20:53 +0000 (18:20 -0500)
commiteb805cda85ca0f28d74f8699dda2b7d54528b384
tree4cf9f97ccaf1d3a20fcfd98fda9f358ba1214af1
parent9d8690a9b1bb1a370ea5b07db6a25ab4801a1228
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