diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-06-24 16:59:17 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-07-05 10:08:48 -0300 |
commit | 78a408ee7ba041fc8d5dbd5f67065b4a982c11e5 (patch) | |
tree | fe301b5f3b5ef797c4cf418b16dfb6b285183277 /NEWS | |
parent | 60f574e140edddc1dab88ed85eb494ec359d6408 (diff) | |
download | glibc-78a408ee7ba041fc8d5dbd5f67065b4a982c11e5.tar.gz glibc-78a408ee7ba041fc8d5dbd5f67065b4a982c11e5.tar.xz glibc-78a408ee7ba041fc8d5dbd5f67065b4a982c11e5.zip |
linux: Add open_tree
It was added on Linux 5.2 (a07b20004793d8926f78d63eb5980559f7813404) to return a O_PATH-opened file descriptor to an existing mountpoint. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS index 8312307cc7..3d14c659cc 100644 --- a/NEWS +++ b/NEWS @@ -41,11 +41,11 @@ Major new features: have adverse impact. It is incompatible with EDNS0 usage and DNSSEC validation by applications. -* On Linux, the fsopen, fsmount, move_mount, fsconfig, and fspick 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, move_mount, fsconfig, fspick, and open_tree + 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. * localedef now accepts locale definition files encoded in UTF-8. Previously, input bytes not within the ASCII range resulted in |