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 17:23:50 +0000 (12:23 -0500)
commita3d6a03aaba210f772c0d81f0cb3e0459b23d7f3
tree19b0f64e217c708dadb9b019ce0f71661488e4e7
parent6ba3d16a8bb9c08605e678c6ceb6e463d2d046d0
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