linux/fs/ntfs3
Kari Argillander 2e3a51b59e
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>
2021-09-02 18:51:27 +03:00
..
lib fs/ntfs3: Remove GPL boilerplates from decompress lib files 2021-09-02 18:51:26 +03:00
attrib.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
attrlist.c fs/ntfs3: Rework file operations 2021-08-31 19:07:11 +03:00
bitfunc.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-30 18:39:14 +03:00
bitmap.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
debug.h fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-30 18:39:14 +03:00
dir.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-30 18:39:14 +03:00
file.c fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter 2021-09-02 18:51:26 +03:00
frecord.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
fslog.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
fsntfs.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
index.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
inode.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
Kconfig fs/ntfs3: Add Kconfig, Makefile and doc 2021-08-13 07:56:37 -07:00
lznt.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
Makefile fs/ntfs3: Add Kconfig, Makefile and doc 2021-08-13 07:56:37 -07:00
namei.c fs/ntfs3: Rework file operations 2021-08-31 19:07:11 +03:00
ntfs_fs.h fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
ntfs.h fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
record.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
run.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-30 18:39:14 +03:00
super.c fs/ntfs3: Change how module init/info messages are displayed 2021-09-02 18:51:27 +03:00
upcase.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00
xattr.c fs/ntfs3: Restyle comments to better align with kernel-doc 2021-08-31 19:07:12 +03:00