bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] fchmodat, lchmod: port to buggy Linux filesystems


From: Paul Eggert
Subject: Re: [PATCH] fchmodat, lchmod: port to buggy Linux filesystems
Date: Sun, 16 Feb 2020 10:31:12 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 2/16/20 9:24 AM, Bruno Haible wrote:
In this case:
- On ext4, btrfs, jfs, xfs:
     mode changed, but error "Operation not supported".
- On reiserfs:
     mode changed, success.

Thanks for checking. I hope all this stuff is worked around by the latest patch.

One other possible bug is that the mode could change temporarily and then spontaneously revert later, because the updated mode was cached but not committed to stable storage. Filesystem bugs can be nasty.



reply via email to

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