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