Merge branch 'wip/rishi/libmount-src-hook-mount-move_setattr-typo' of https://github.com/debarshiray/util-linux
* 'wip/rishi/libmount-src-hook-mount-move_setattr-typo' of https://github.com/debarshiray/util-linux: libmount: fix typo
This commit is contained in:
commit
452801e4f6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue