Unionfs: implement sendfile directly
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 20:20:58 +0000 (16:20 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 20:20:58 +0000 (16:20 -0400)
commit4c2b114f3e33650a24f9fb6a2c79fda340278e6f
tree8d0df35b30a3137bec7ce5f72bfddd5d90ce495e
parent0c9ceaa3ee6cac81d52e11b08f3fdf5cd35bbb75
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