From b1715e5243000c94e99dcd38c138dfe68bc768b3 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sun, 5 Jan 2025 17:45:41 -0800
Subject: [PATCH] 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
---
 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  <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.
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.
-- 
2.39.5