Messages in this thread |  | | | Date | Thu, 15 May 2008 08:39:01 +0100 | | From | Al Viro <> | | Subject | Re: [patch 13/24] vfs: utimes cleanup | |
On Tue, May 06, 2008 at 12:03:46PM +0200, Miklos Szeredi wrote:
> + * do_futimesat - change times on filename
> +int do_utimes(int dfd, char __user *filename, struct timespec *times, int flags)
Erm... Is there any reason to
* have do_utimes() used anywhere
* _not_ have do_futimesat() called "do_utimes"?
|  |