aboutsummaryrefslogtreecommitdiffstats
path: root/libmount/src
diff options
context:
space:
mode:
authorDebarshi Ray <rishi@fedoraproject.org>2023-06-29 12:21:07 +0200
committerDebarshi Ray <rishi@fedoraproject.org>2023-06-29 12:26:29 +0200
commit46fe78989d6982d857f3246313adbeadb19ed4cf (patch)
treef59817899fcd462a4bd6dc4496abc7fe2fcc81d6 /libmount/src
parent2b48beb44ebdf18c7784d06ebc77b50200125521 (diff)
downloadutil-linux-46fe78989d6982d857f3246313adbeadb19ed4cf.tar.gz
libmount: fix typo
Similar to e80f8e46127e45907db25b4ffd58c699fdf4c35f and fallout from 6753e6f6912658e836966a6316df956e1af5fcae Signed-off-by: Debarshi Ray <rishi@fedoraproject.org>
Diffstat (limited to 'libmount/src')
-rw-r--r--libmount/src/hook_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/hook_mount.c b/libmount/src/hook_mount.c
index 840ab3983d..77a7bed309 100644
--- a/libmount/src/hook_mount.c
+++ b/libmount/src/hook_mount.c
@@ -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;