From: Paul Eggert Date: Mon, 6 Jan 2025 01:45:41 +0000 (-0800) Subject: utimensat: mention Linux kernel bug with CIFS X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b1715e5243000c94e99dcd38c138dfe68bc768b3;p=gnulib.git utimensat: mention Linux kernel bug with CIFS * doc/posix-functions/utimensat.texi (utimensat): Mention Linux kernel bug reported by Bruno Haible in: https://lists.gnu.org/r/bug-tar/2024-12/msg00004.html --- diff --git a/ChangeLog b/ChangeLog index ae29253b37..6ee180d284 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-01-05 Paul Eggert + + utimensat: mention Linux kernel bug with CIFS + * doc/posix-functions/utimensat.texi (utimensat): + Mention Linux kernel bug reported by Bruno Haible in: + https://lists.gnu.org/r/bug-tar/2024-12/msg00004.html + 2025-01-05 Bruno Haible parse-datetime: Internationalize 6 more strings. diff --git a/doc/posix-functions/utimensat.texi b/doc/posix-functions/utimensat.texi index 2bb4230f55..81e294234a 100644 --- a/doc/posix-functions/utimensat.texi +++ b/doc/posix-functions/utimensat.texi @@ -49,6 +49,9 @@ On file systems mounted with the @code{noatime} attribute, this function might not modify the access time as requested: Linux kernel 6.9. @item +This function ignores the flag @code{AT_SYMLINK_NOFOLLOW}: +Linux kernel 6.8 on a CIFS file system. +@item This function sets a slightly different time stamp than the requested one: @c https://dev.haiku-os.org/ticket/19213 Haiku.