diff options
author | Arnd Bergmann <arnd@arndb.de> | 2025-04-23 18:43:49 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2025-05-16 14:44:59 -0400 |
commit | d612a07931e261c537978aad096e7340b687cd0c (patch) | |
tree | d4dfd7f562bc77d247dc13315d9aebb6eb83e99b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 24b7a2331fcdf6de103ea85e67eede43c0372f77 (diff) |
ext4: avoid -Wformat-security warning
check_igot_inode() prints a variable string, which causes a harmless
warning with 'make W=1':
fs/ext4/inode.c:4763:45: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
4763 | ext4_error_inode(inode, function, line, 0, err_str);
Use a trivial "%s" format string instead.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20250423164354.2780635-1-arnd@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions