diff options
| author | Viacheslav Sablin <sjava1902@gmail.com> | 2024-08-08 23:22:48 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-08-09 10:28:08 +0000 |
| commit | a83d9288459602ce6ab098f191eb2c7a923128c5 (patch) | |
| tree | 4b66e8af79bac1af812df9d51e17feb7aadac15d /sys | |
| parent | 8828007b90973f4f2c04267b77e0cdb460d1f6b7 (diff) | |
sys/linux/filesystem: add mount options for bpf
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/linux/filesystem.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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] |
