splice: fix problem with atime not being updated
authorJens Axboe <jens.axboe@oracle.com>
Tue, 29 Jan 2008 20:05:57 +0000 (21:05 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 29 Jan 2008 20:55:20 +0000 (21:55 +0100)
A bug report on nfsd that states that since it was switched to use
splice instead of sendfile, the atime was no longer being updated
on the input file. do_generic_mapping_read() does this when accessing
the file, make splice do it for the direct splice handler.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/splice.c

diff --cc fs/splice.c
Simple merge