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