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>
Fri, 12 Aug 2011 02:37:49 +0000 (22:37 -0400)
commitd43643c9f861188d46ec24439fda32b0890e5f56
tree6ddb6b6f0b011386fdb3f18f0169394acd530423
parent46574fb831084751d882ebedbe3efcefbb3dbce9
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