Unionfs: implement sendfile directly
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:45:42 +0000 (19:45 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:45:42 +0000 (19:45 -0400)
commit2732b5b4e8e234bb1e3b0fbb00c158b0d6e6c5c7
tree4d6c304c548e3a9e909a571b967705567dbaf7db
parentb01e0b3c06157377523176c41ec1e57be22a7017
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