Unionfs: implement splice_read/write methods directly
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 21 Mar 2008 20:07:59 +0000 (16:07 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:36:34 +0000 (21:36 -0500)
commita37536412ec8f182139cb827efabf3a345cf793b
treeeb48782921ad4be41c3b0069efde2dd9637aadcd
parentd8753a94ef9e2bcf43af6df38fdb674cfae3ed44
Unionfs: implement splice_read/write methods directly

Must implement splice_read/write directly, using VFS helpers, because we can
no longer rely on generic_file_splice_read/write: they need
address_space_operations implemented, which we no longer have.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/file.c
fs/unionfs/union.h