summaryrefslogtreecommitdiff
path: root/rust/kernel/interop/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorDavid Laight <david.laight.linux@gmail.com>2026-03-26 20:18:04 +0000
committerTheodore Ts'o <tytso@mit.edu>2026-04-09 21:54:33 -0400
commit6ea3b34d8625ef5544d1c619bd67e2c6080ea4c2 (patch)
treea7dad2665e62060c4756b7bd8069131d15622e85 /rust/kernel/interop/git@git.tavy.me:linux-stable.git
parent52b4fea162dd384792d0dec7f817e4ba5d8d4c9b (diff)
ext4: fix diagnostic printf formats
The formats for non-terminated names should be "%.*s" not "%*.s". The kernel currently treats "%*.s" as equivalent to "%*s" whereas userspace requires it be equivalent to "%*.0s". Neither is correct here. Signed-off-by: David Laight <david.laight.linux@gmail.com> Link: https://patch.msgid.link/20260326201804.3881-1-david.laight.linux@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'rust/kernel/interop/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions