* 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                          | 7 +++++++
 doc/posix-functions/utimensat.texi | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index ae29253b37..6ee180d284 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-01-05  Paul Eggert  <egg...@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  <br...@clisp.org>
 
        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 @@ utimensat
 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.
-- 
2.47.1


Reply via email to