mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
linux: Add move_mount
It was added on Linux 5.2 (2db154b3ea8e14b04fee23e3fdfd5e9d17fbc6ae) as way t move a mount from one place to another and, in the next commit, allow to attach an unattached mount tree. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@@ -51,7 +51,9 @@ def main():
|
||||
|
||||
status = max(
|
||||
check('FSOPEN_.*'),
|
||||
check('FSMOUNT_.*'))
|
||||
check('FSMOUNT_.*'),
|
||||
# MOVE_MOUNT__MASK may vary depending of the kernel version.
|
||||
check('MOVE_MOUNT_.*', 'MOVE_MOUNT__MASK'))
|
||||
sys.exit(status)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user