]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix typo
authorDebarshi Ray <rishi@fedoraproject.org>
Thu, 29 Jun 2023 10:21:07 +0000 (12:21 +0200)
committerDebarshi Ray <rishi@fedoraproject.org>
Thu, 29 Jun 2023 10:26:29 +0000 (12:26 +0200)
Similar to e80f8e46127e45907db25b4ffd58c699fdf4c35f and fallout from
6753e6f6912658e836966a6316df956e1af5fcae

Signed-off-by: Debarshi Ray <rishi@fedoraproject.org>
libmount/src/hook_mount.c

index 840ab3983da22f5959f5e3bc35b3ce64682f8691..77a7bed309bcb8a50272685b0f3cc999eaba4c65 100644 (file)
@@ -463,7 +463,7 @@ static int hook_set_propagation(struct libmnt_context *cxt,
                        (uint64_t) attr.propagation));
 
                rc = mount_setattr(api->fd_tree, "", flgs, &attr, sizeof(attr));
-               set_syscall_status(cxt, "move_setattr", rc == 0);
+               set_syscall_status(cxt, "mount_setattr", rc == 0);
 
                if (rc && errno == EINVAL)
                        return -MNT_ERR_APPLYFLAGS;