diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-06-24 16:59:16 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-07-05 10:08:48 -0300 |
commit | 60f574e140edddc1dab88ed85eb494ec359d6408 (patch) | |
tree | c7e2c7a39bade47ab142e3d85c1ff4bae7c153e2 /NEWS | |
parent | 7eae6a91e9b1670330c9f15730082c91c0b1d570 (diff) | |
download | glibc-60f574e140edddc1dab88ed85eb494ec359d6408.tar.gz glibc-60f574e140edddc1dab88ed85eb494ec359d6408.tar.xz glibc-60f574e140edddc1dab88ed85eb494ec359d6408.zip |
linux: Add fspick
It was added on Linux 5.2 (cf3cba4a429be43e5527a3f78859b1bfd9ebc5fb) that can be used to pick an existing mountpoint into an filesystem context which can thereafter be used to reconfigure a superblock with fsconfig syscall. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS index f16315258a..8312307cc7 100644 --- a/NEWS +++ b/NEWS @@ -41,10 +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, and fsconfig 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, 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. * localedef now accepts locale definition files encoded in UTF-8. Previously, input bytes not within the ASCII range resulted in |