diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-31 10:04:57 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-06-24 16:03:38 -0300 |
commit | 5b41b2659d35b72636ab50a28d6815cad9c22a66 (patch) | |
tree | f205af8d360c19eac950a5fd6a94d262a9697cac /NEWS | |
parent | b4deb7beb8c977f79642a6a839c0475e1ce3a209 (diff) | |
download | glibc-5b41b2659d35b72636ab50a28d6815cad9c22a66.zip glibc-5b41b2659d35b72636ab50a28d6815cad9c22a66.tar.gz glibc-5b41b2659d35b72636ab50a28d6815cad9c22a66.tar.bz2 |
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>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -41,10 +41,10 @@ Major new features: have adverse impact. It is incompatible with EDNS0 usage and DNSSEC validation by applications. -* On Linux, the fsopen and fsmount functions have been added. They are part - of the new Linux kernel mount APIs that allow applications to more flexibly - configure and operate on filesystem mounts. The new mount APIs are - specifically designed to work with namespaces. +* On Linux, the fsopen, fsmount, and move_mount functions have been added. + They are part of the new Linux kernel mount APIs that allow applications + to more flexibly configure and operate on filesystem mounts. The new + mount APIs are specifically designed to work with namespaces. Deprecated and removed features, and other changes affecting compatibility: |