fs/ntfs3: Change how module init/info messages are displayed
authorKari Argillander <kari.argillander@gmail.com>
Sun, 29 Aug 2021 14:42:39 +0000 (17:42 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 2 Sep 2021 15:51:27 +0000 (18:51 +0300)
commit2e3a51b59ea26544303e168de8a0479915f09aa3
treef934100fa3dda296707b31245fdd971938fdc482
parent989e795bfe360cca0affb0a4224f37bd8494b46d
fs/ntfs3: Change how module init/info messages are displayed

Usually in file system init() messages are only displayed in info level.
Change level from notice to info, but keep CONFIG_NTFS3_64BIT_CLUSTER in
notice level. Also this need even more attention so let's put big
warning here so that nobody will not try accidentally use it.

There is also no good reason to display internal stuff like binary tree
search. This is always on option which can only disabled for debugging
purposes by developer. Also this message does not even check if
developer has disabled it or not so it is useless info.

Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/super.c