]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf7613ac4b9de098f0cc1ed2fe0b7c1119e02ea2
treef934100fa3dda296707b31245fdd971938fdc482
parentf1c0f5492738ac32151ee011740d3c28aac237c2
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