Unionfs: use the splice_read file method instead of sendfile
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 16 Nov 2007 18:47:12 +0000 (13:47 -0500)
committerRachita Kothiyal <rachita@dewey.fsl.cs.sunysb.edu>
Thu, 1 May 2008 23:02:56 +0000 (19:02 -0400)
commitd9a154a8ec88cdb57678856ad7c95e6ea6ec1bc9
treefcd3490f0d2556b007b6c2625ec70485d963b55f
parent0a396de7f102e1ee88c64d0d9d4e37b5e708dc51
Unionfs: use the splice_read file method instead of sendfile

In 2.6.23 (prior to rc1), sendfile was obsoleted in favor of splice_read.

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