diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-31 09:46:24 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-06-24 16:03:31 -0300 |
commit | b4deb7beb8c977f79642a6a839c0475e1ce3a209 (patch) | |
tree | 13200fa7415f11a269750fc039437a31d9e05cd5 /NEWS | |
parent | 6c0eedd97e49aae3b22abcdd892efb7c3f57b9f4 (diff) | |
download | glibc-b4deb7beb8c977f79642a6a839c0475e1ce3a209.zip glibc-b4deb7beb8c977f79642a6a839c0475e1ce3a209.tar.gz glibc-b4deb7beb8c977f79642a6a839c0475e1ce3a209.tar.bz2 |
linux: Add fsmount
It was added on 5.2 (93766fbd2696c2c4453dd8e1070977e9cd4e6b6d) to
provide a way by which a filesystem opened with fsopen and configured
by a series of fsconfig calls can have a detached mount object
created for it.
Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-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 function has been added. It is 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 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. Deprecated and removed features, and other changes affecting compatibility: |