Unionfs: implement sendfile directly
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:52:03 +0000 (19:52 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:52:03 +0000 (19:52 -0400)
commit7034dda16266b8ebd14e871fecf069baa409440b
tree93dc9068e0a0c652b0dbc4b6e87ed0e342369544
parentf95505b1954b77f9631b9b26f8f4f73d4d6010bc
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