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>
Sun, 23 Feb 2014 19:05:58 +0000 (14:05 -0500)
commitf23edeef7412630fbf38ba80194e71652da0fea6
treec22c7a3ef690099696ca6635adc3e0da901c3e11
parentec8747974affd0e4a024654369a81b9466e1279f
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