diff options
| author | Stefano Duo <stefanoduo@google.com> | 2020-07-17 07:48:51 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-14 18:55:11 +0200 |
| commit | 3d9b8afae8832eb188d0ae71e1f73383f12d3944 (patch) | |
| tree | 4805cac278910199e4ac031da0ced112be6b2bfb /sys/linux | |
| parent | 191c0565a15564c6fb4e1c985e9a1862d8ba3698 (diff) | |
sys/linux/fs_fuse.txt: use expected flags for fuse_attr.mode
Instead of using a generic int32 for fuse_attr.mode, use the expected
file mode flags.
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/fs_fuse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/fs_fuse.txt b/sys/linux/fs_fuse.txt index 856f3b7cd..5d3efa8a6 100644 --- a/sys/linux/fs_fuse.txt +++ b/sys/linux/fs_fuse.txt @@ -194,7 +194,7 @@ fuse_attr { atimensec int32 mtimensec int32 ctimensec int32 - mode int32 + mode flags[fuse_mode, int32] nlink int32 uid uid gid gid |
