mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
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.
This commit is contained in:
parent
191c0565a1
commit
3d9b8afae8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user