]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd4d0aa9bf81fa3734ba86acd963b16abe94c6c91
treef74fdf942c1b4c09c59d7f2b8ac4a48e8a471a71
parent134d0d092a0116a7a6df9c704f1f5a4c702e4d0e
splice: fix problem with atime not being updated

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