]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsns: report with warnx if a namespace related ioctl fails with ENOSYS
authorMasatake YAMATO <yamato@redhat.com>
Sun, 14 Apr 2024 16:44:38 +0000 (01:44 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 14 Apr 2024 17:06:53 +0000 (02:06 +0900)
commit0a7a8fbc7a82dfbd9e925d1b4d4936bf4e011bc1
treeaee6718b74e683dab284904acb9e0487dd6b3c83
parent7c33788b8614758b541028cad86744ace1e5e5a8
lsns: report with warnx if a namespace related ioctl fails with ENOSYS

Qemu userspace emulation reports ENOSYS if it doesn't support a given
ioctl command.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
sys-utils/lsns.c