]> git.baikalelectronics.ru Git - kernel.git/commit
exfat: Downgrade ENAMETOOLONG error message to debug messages
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 Jul 2022 08:39:28 +0000 (10:39 +0200)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 1 Aug 2022 01:14:07 +0000 (10:14 +0900)
commit9925bfcf59d0c7819183b16d2450c32d399691d8
tree0a64f1f47c15abd5f0e16739eef9d85c4a012b63
parent09e824d567f99f6416f737fef5bf69da767c41ea
exfat: Downgrade ENAMETOOLONG error message to debug messages

The ENAMETOOLONG error message is printed at each time when user tries
to operate with a too long name, and this can flood the kernel logs
easily, as every user can trigger this.  Let's downgrade this error
message level to a debug message for suppressing the superfluous
logs.

BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1201725
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/nls.c