From 161676195c0777449528795002903ccaf623743d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Sat, 11 Apr 2026 09:48:02 +0200 Subject: [PATCH] also link back to openat2 in the Modes struct --- src/backend/linux_raw/fs/types.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backend/linux_raw/fs/types.rs b/src/backend/linux_raw/fs/types.rs index fc19a3f47..7abd66539 100644 --- a/src/backend/linux_raw/fs/types.rs +++ b/src/backend/linux_raw/fs/types.rs @@ -67,9 +67,10 @@ bitflags! { } bitflags! { - /// `S_I*` constants for use with [`openat`], [`chmodat`], and [`fchmod`]. + /// `S_I*` constants for use with [`openat`], [`openat2`], [`chmodat`], and [`fchmod`]. /// /// [`openat`]: crate::fs::openat + /// [`openat2`]: crate::fs::openat2 /// [`chmodat`]: crate::fs::chmodat /// [`fchmod`]: crate::fs::fchmod #[repr(transparent)]