Unionfs: implement sendfile directly
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:49:51 +0000 (19:49 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 15 Apr 2008 23:49:51 +0000 (19:49 -0400)
commitff82017c6e4b221bf1bf81d96f83aa2f5a7b80f9
treef0fb1b62bb94f059d99e8ae3619d4ab9e8799ff1
parentd5bc7a9dcf2d16b5773fff136f2ca44cde8d5041
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