]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: reduce size of syscall-failed message
authorKarel Zak <kzak@redhat.com>
Tue, 28 Jan 2025 12:10:30 +0000 (13:10 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Feb 2025 11:34:41 +0000 (12:34 +0100)
commit14233b28c0169d89d224065c805368893a097a6b
treea0d9528240088290565ff861791252cae7901fb6
parent5c4fc08f140af5a432d53bd41fce22f4c6fb0dba
libmount: reduce size of syscall-failed message

The current version is too long.

OLD:
 mount: /mnt/test/fileA: mount_setattr system call failed: cannot set ID-mapping: Operation not permitted.

NEW:
 mount: /mnt/test/fileA: mount_setattr() failed: cannot set ID-mapping: Operation not permitted.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context_mount.c