splice: update mtime and atime on files
authorMiklos Szeredi <mszeredi@suse.cz>
Sat, 15 Aug 2009 06:43:22 +0000 (08:43 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 11 Sep 2009 12:34:33 +0000 (14:34 +0200)
commit723590ed52d244b025f10a8e2f54c2f57ed02b4d
treeeaf52e605a462beb9a167837a6cc31024eb42a40
parentd62f843b295393124970d29316344150c7de009b
splice: update mtime and atime on files

Splice should update the modification and access times on regular
files just like read and write. Not updating mtime will confuse
backup tools, etc...

This patch only adds the time updates for regular files.  For pipes
and other special files that splice touches the need for updating the
times is less clear.  Let's discuss and fix that separately.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/splice.c