Unionfs: use the splice_read file method instead of sendfile
authorErez_Zadok <ezk@cs.sunysb.edu>
Wed, 11 Jul 2007 20:13:07 +0000 (16:13 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 29 Apr 2011 02:24:15 +0000 (22:24 -0400)
commit0b1d0dd15e8a4396889e88a80f42edcb5df4d2b7
treee5747726389e3836ab2c712b68bc50d11d4457a2
parent6c8c982e7a5811dbd746c68ee85283b7e57415d2
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