]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
fs/ntfs3: Add hidedotfiles to the list of enabled mount options
authorDaniel Pinto <danielpinto52@gmail.com>
Mon, 10 Oct 2022 11:34:06 +0000 (12:34 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Sat, 12 Nov 2022 17:59:44 +0000 (20:59 +0300)
commit19b424501d8588a3111e50fa3d7d926594e78449
treed424edb77130267e03960dd80321d6b1d16e76a0
parent66223324cba4290ba45c612fe1e31a265636ad2d
fs/ntfs3: Add hidedotfiles to the list of enabled mount options

Currently, the ntfs3 driver does return the hidedotfiles mount
option in the list of enabled mount options. This can confuse
users who may doubt they enabled the option when not seeing in
the list provided by the mount command.

Add hidedotfiles mount option to the list of enabled options
provided by the mount command when it is enabled.

Signed-off-by: Daniel Pinto <danielpinto52@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/super.c