From 60f574e140edddc1dab88ed85eb494ec359d6408 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 24 Jun 2022 16:59:16 -0300 Subject: 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 --- NEWS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f163152..8312307 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 -- cgit v1.1