Unionfs: implement splice_read/write methods directly
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:08:44 +0000 (19:08 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:08:44 +0000 (19:08 -0400)
commit6a55f35768492386332a2355ba8a84599b568176
tree3f57e19f9b45e726ba62d1f6303a34d23a43292a
parente39d2aae4ace768320d64a8ecb6f706458f3bb72
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