fs/ntfs3: Fix the format of the "nocase" mount option
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 25 Jun 2024 06:57:33 +0000 (09:57 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 11 Jul 2024 09:19:42 +0000 (12:19 +0300)
commitd392e85fd1e8d58e460c17ca7d0d5c157848d9c1
treebde6bb7068cbe1dca69857c252b36db028096ee7
parent2f3e176fee66ac86ae387787bf06457b101d9f7a
fs/ntfs3: Fix the format of the "nocase" mount option

The 'nocase' option was mistakenly added as fsparam_flag_no
with the 'no' prefix, causing the case-insensitive mode to require
the 'nonocase' option to be enabled.

Fixes: a3a956c78efa ("fs/ntfs3: Add option "nocase"")
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/super.c