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, 24 Nov 2013 19:25:01 +0000 (14:25 -0500)
commita64eca5676e6d7645b9eb33e458ba6a967d4a7f7
tree1255fac5ac244669e3363a4ca30d17cbc316382a
parentae8344aa7b42df30cc0576cf528a58d59aba85ee
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