Messages in this thread |  | | | Subject | Re: [parch 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == UTIME_OMIT or UTIME_NOW | | From | Miklos Szeredi <> | | Date | Wed, 04 Jun 2008 06:27:54 +0200 |
> The POSIX.1 draft spec for utimensat() says that if a times[n].tv_nsec
> field is UTIME_OMIT or UTIME_NOW, then the value in the corresponding
> tv_sec field is ignored. However the current Linux implementation
> requires the tv_sec value to be zero (or the EINVAL error results).
> This requirement should be removed.
>
> CC: Miklos Szeredi <miklos@szeredi.hu>
> CC: Al Viro <viro@zeniv.linux.org.uk>
> CC: Ulrich Drepper <drepper@redhat.com>
> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Would it be possible to quote the relevant parts of the draft?
Otherwise
Acked-by: Miklos Szeredi <mszeredi@suse.cz>
|  |