diff options
author | Daniel Pinto <danielpinto52@gmail.com> | 2022-10-10 13:37:13 +0200 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2022-11-12 18:59:44 +0100 |
commit | dc0fcc99b1756c3c703326aa0015ed73fc4e9a73 (patch) | |
tree | a757578c2bc22004731b889e530e8f513b845f8f /Documentation/filesystems/ntfs3.rst | |
parent | fs/ntfs3: Document the hidedotfiles mount option (diff) | |
download | linux-dc0fcc99b1756c3c703326aa0015ed73fc4e9a73.tar.xz linux-dc0fcc99b1756c3c703326aa0015ed73fc4e9a73.zip |
fs/ntfs3: Rename hidedotfiles mount option to hide_dot_files
The hidedotfiles mount option provides the same functionality as
the NTFS-3G hide_dot_files mount option. As such, it should be
named the same for compatibility with NTGS-3G.
Rename the hidedotfiles to hide_dot_files for compatbility with
NTFS-3G.
Signed-off-by: Daniel Pinto <danielpinto52@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'Documentation/filesystems/ntfs3.rst')
-rw-r--r-- | Documentation/filesystems/ntfs3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ntfs3.rst b/Documentation/filesystems/ntfs3.rst index 3a20ecd13d45..7b1e78cf01ad 100644 --- a/Documentation/filesystems/ntfs3.rst +++ b/Documentation/filesystems/ntfs3.rst @@ -75,7 +75,7 @@ this table marked with no it means default is without **no**. - Files with the Windows-specific SYSTEM (FILE_ATTRIBUTE_SYSTEM) attribute will be marked as system immutable files. - * - hidedotfiles + * - hide_dot_files - Updates the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute when creating and moving or renaming files. Files whose names start with a dot will have the HIDDEN attribute set and files whose names |