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 16:06:08 +0000 (11:06 -0500)
commitd6ca31a05e2de64ea0135f07645b0a6b5250d948
treea3e89d2c5f0c9a1699ae3e806f12cd6fd82b3bba
parentbe2b5b8ff8fc6f539ec21f15d27b7400c916ef19
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