From: Ulrich Drepper <drepper@redhat.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, adobriyan@openvz.org
Subject: Re: [PATCH] v4: merged utimensat implementation
Date: Fri, 27 Apr 2007 14:30:56 -0700 [thread overview]
Message-ID: <46326B90.4050501@redhat.com> (raw)
In-Reply-To: <20070427140450.3938183c.akpm@linux-foundation.org>
[-- Attachment #1: Type: text/plain, Size: 824 bytes --]
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 ❖
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]
prev parent reply other threads:[~2007-04-27 21:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-27 15:23 [PATCH] v4: merged utimensat implementation Ulrich Drepper
2007-04-27 17:32 ` Alexey Dobriyan
2007-04-27 17:46 ` Ulrich Drepper
2007-04-27 21:04 ` Andrew Morton
2007-04-27 21:30 ` Ulrich Drepper [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46326B90.4050501@redhat.com \
--to=drepper@redhat.com \
--cc=adobriyan@openvz.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.