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:
signature.asc
Description: OpenPGP digital signature
- References:
- [PATCH] v4: merged utimensat implementation
- From: Ulrich Drepper <[email protected]>
- Re: [PATCH] v4: merged utimensat implementation
- From: Andrew Morton <[email protected]>
- [PATCH] v4: merged utimensat implementation
- Prev by Date: Re: Driver core: warn when userspace writes to the uevent file in a non-supported way
- Next by Date: Re: assembly code in the loadable kernel module
- Previous by thread: Re: [PATCH] v4: merged utimensat implementation
- Next by thread: [PATCH -mm 0/2] Separate freezer from PM code
- Index(es):