]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: report all kernel messages for fd-based mount API
authorThomas Weißschuh <thomas@t-8ch.de>
Thu, 5 Oct 2023 11:21:23 +0000 (13:21 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Thu, 5 Oct 2023 11:21:23 +0000 (13:21 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
libmount/src/hook_mount.c

index 2e0b5f0facade4820b1c714b3ba32319f13c19e2..f343ab92476fa9ced6fcefb132f7a2d8ea40f474 100644 (file)
@@ -89,6 +89,8 @@ static void set_syscall_status_cxt_log(struct libmnt_context *cxt,
        }
 }
 
+#define set_syscall_status set_syscall_status_cxt_log
+
 /*
  * This hookset uses 'struct libmnt_sysapi' (mountP.h) as hookset data.
  */