[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <46326B90.4050501@redhat.com>
Date: Fri, 27 Apr 2007 14:30:56 -0700
From: Ulrich Drepper <drepper@...hat.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: linux-kernel@...r.kernel.org, adobriyan@...nvz.org
Subject: Re: [PATCH] v4: merged utimensat implementation
Andrew Morton wrote:
> Could we please have [...] a changelog
> for the commit?
Implement utimensat(2) which is an extension to futimesat(2) in that
it
a) supports nano-second resolution for the timestamps
b) allows to selectively ignore the atime/mtime value
c) allows to selectively use the current time for either atime or mtime
d) supports changing the atime/mtime of a symlink itself along the lines
of the BSD lutimes(3) functions
For this change the internally used do_utimes() functions was changed to
accept a timespec time value and an additional flags parameter.
Additionally the sys_utime function was changed to match
compat_sys_utime which already use do_utimes instead of duplicating the
work.
--
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
Download attachment "signature.asc" of type "application/pgp-signature" (252 bytes)
Powered by blists - more mailing lists