Unionfs: implement sendfile directly
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 16 Apr 2008 00:04:08 +0000 (20:04 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Wed, 16 Apr 2008 00:04:08 +0000 (20:04 -0400)
commit43c70d84f283a98c683a05d397afbea3ce9d04fa
tree14e4f1f60de3835142273b5f196e299f9f8918c2
parent608f3c7259f01c9eb33116e0094b590fa93c3f53
Unionfs: implement sendfile directly

Must implement sendfile, because we can no longer rely on
generic_file_sendfile: it needs the ->readpage address_space_operation
implemented, which we no longer have.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/file.c