From 7eae6a91e9b1670330c9f15730082c91c0b1d570 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 24 Jun 2022 16:59:15 -0300 Subject: linux: Add fsconfig It was added on Linux 5.2 (ecdab150fddb42fe6a739335257949220033b782) as a way to a configure filesystem creation context and trigger actions upon it, to be used in conjunction with fsopen, fspick and fsmount. The fsconfig_command commands are currently only defined as an enum, so they can't be checked on tst-mount-consts.py with current test support. Reviewed-by: Carlos O'Donell --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 163bcfad2e..f16315258a 100644 --- a/NEWS +++ b/NEWS @@ -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, 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. +* 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. * localedef now accepts locale definition files encoded in UTF-8. Previously, input bytes not within the ASCII range resulted in -- cgit 1.4.1