jffs2: print symbolic error name instead of error code
authorChristian Heusel <christian@heusel.eu>
Sun, 11 Feb 2024 00:39:04 +0000 (01:39 +0100)
committerRichard Weinberger <richard@nod.at>
Sun, 12 May 2024 20:13:00 +0000 (22:13 +0200)
commit0162a70d8e25ed06db99c7abb8630f9b71aaba98
treeca61092245fafb62b3d065d93f2889d015245d39
parente67572cd2204894179d89bd7b984072f19313b03
jffs2: print symbolic error name instead of error code

Utilize the %pe print specifier to get the symbolic error name as a
string (i.e "-ENOMEM") in the log message instead of the error code to
increase its readablility.

This change was suggested in
https://lore.kernel.org/all/92972476-0b1f-4d0a-9951-af3fc8bc6e65@suswa.mountain/

Signed-off-by: Christian Heusel <christian@heusel.eu>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/jffs2/background.c