Unionfs: implement splice_read/write methods directly
authorRachita Kothiyal <rachita@dewey.fsl.cs.sunysb.edu>
Mon, 31 Mar 2008 16:46:35 +0000 (12:46 -0400)
committerRachita Kothiyal <rachita@dewey.fsl.cs.sunysb.edu>
Mon, 31 Mar 2008 16:46:35 +0000 (12:46 -0400)
commitedffa9e2c0908dd611c15ac0523f74ec35dc89c3
tree27644e89a0a02e99c2943bb794f75a04802c77c5
parent88e6fe379926ed05d5be15fdceabd50b207380c9
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