From a83d9288459602ce6ab098f191eb2c7a923128c5 Mon Sep 17 00:00:00 2001 From: Viacheslav Sablin Date: Thu, 8 Aug 2024 23:22:48 +0300 Subject: sys/linux/filesystem: add mount options for bpf --- sys/linux/filesystem.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt index b0d8bcc25..ad695f3d4 100644 --- a/sys/linux/filesystem.txt +++ b/sys/linux/filesystem.txt @@ -767,6 +767,8 @@ f2fs_options [ ] [varlen] bpf_options [ + uid fs_opt_hex["uid", uid] + gid fs_opt_hex["gid", gid] mode fs_opt_oct["mode", int32] ] [varlen] -- cgit mrf-deployment