commit | 8084870854fe181996c4aa4f44cb2fabcebf164c | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Jan 30 12:24:48 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Feb 01 09:26:32 2008 +0100 |
tree | 6958333e62e8000f52ba6d6d9a559faa1248d3c5 | |
parent | 13f09b95a82c46ed608d057b22e0dd18ebfff22a [diff] |
splice: always updated atime in direct splice Andre Majorel <aym-xunil@teaser.fr> points out that if we only updated the atime when we transfer some data, we deviate from the standard of always updating the atime. So change splice to always call file_accessed() even if splice_direct_to_actor() didn't transfer any data. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>