]> Savannah Git Hosting - gnulib.git/commitdiff
utimensat: mention Linux kernel bug with CIFS
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jan 2025 01:45:41 +0000 (17:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jan 2025 01:46:54 +0000 (17:46 -0800)
* 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

ChangeLog
doc/posix-functions/utimensat.texi

index ae29253b3755ae6aedb0a6b2ebfa582f69562147..6ee180d2842dc075640fc70004c905f09c22599b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-01-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <bruno@clisp.org>
 
        parse-datetime: Internationalize 6 more strings.
index 2bb4230f550614f5fc0364d7fbb41c10458c5c8f..81e294234aa2c2b09a22d597e85bf51dd9540bfe 100644 (file)
@@ -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.