emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 d8374c4: * src/filelock.c (current_lock_owner): U


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 d8374c4: * src/filelock.c (current_lock_owner): Update comment.
Date: Thu, 13 Oct 2016 00:48:37 +0000 (UTC)

branch: emacs-25
commit d8374c4e95d6b2a0e839b3b49b12225222e8c721
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/filelock.c (current_lock_owner): Update comment.
---
 src/filelock.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/filelock.c b/src/filelock.c
index 23bb4b8..6c60c3e 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -574,10 +574,10 @@ current_lock_owner (lock_info_type *owner, char *lfname)
       break;
 
     case '\357':
-      /* Treat "\357\200\242" (U+F022 in UTF-8) as if it were ":".
-        This works around a bug in Samba, which can mistakenly
-        transliterate ':' to U+F022 in symlink contents (Bug#24656).
-        See <https://bugzilla.redhat.com/show_bug.cgi?id=1271407#c8>.  */
+      /* Treat "\357\200\242" (U+F022 in UTF-8) as if it were ":" (Bug#24656).
+        This works around a bug in the Linux CIFS kernel client, which can
+        mistakenly transliterate ':' to U+F022 in symlink contents.
+        See <https://bugzilla.redhat.com/show_bug.cgi?id=1384153>.  */
       if (! (boot[0] == '\200' && boot[1] == '\242'))
        return -1;
       boot += 2;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]