fs/ntfs3: Make mount option nohidden more universal
authorKari Argillander <kari.argillander@gmail.com>
Tue, 7 Sep 2021 15:35:54 +0000 (18:35 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 9 Sep 2021 16:28:53 +0000 (19:28 +0300)
commit9d1939f4575f3fda70dd94542dbd4d775e104132
tree31a95a9a4c9bf203c9d6f96e6a5cd33f1513d30c
parent27fac77707a1d99deef33fd5f3f5f2ed96bfbf6a
fs/ntfs3: Make mount option nohidden more universal

If we call Opt_nohidden with just keyword hidden, then we can use
hidden/nohidden when mounting. We already use this method for almoust
all other parameters so it is just logical that this will use same
method.

Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/super.c