bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#39793: 28.0.50; set-file-modes nofollow does not work on mounted dir


From: Paul Eggert
Subject: bug#39793: 28.0.50; set-file-modes nofollow does not work on mounted directories
Date: Thu, 27 Feb 2020 11:33:10 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 2/27/20 12:22 AM, Michael Albinus wrote:
But isn't there the general problem of mounted directories? I fear, that
calling set-file-modes with nofollow over a symlink into a mounted
directory would show the same error.

Yes, that would happen. But this issue is independent of whether the symlink points into a mounted directory because you'll get the same error with set-file-modes with nofollow on a symlink into the same directory. That's the point of nofollow: you don't want to follow the symlink.

The error that prompted this bug report is that I mistakenly added nofollow to a set-file-modes that was actually intended to follow a symlink, and my mistake was independent of whether the symlink points to a mounted directory.





reply via email to

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