diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-06 18:03:14 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-11 16:30:08 +0100 |
| commit | 1a2fb60b1e34cbc7f21351da8f9e3e253173bde8 (patch) | |
| tree | 28f9c3633e186e192670a214fdd95012e0dcae8a /sys/linux/test/dev_bifrost | |
| parent | 2cfe62f82077ba012aef55db5288985bc0c426d9 (diff) | |
sys/linux: use out_overlay attribute
Remove all uses of direction attributes on union fields
and use out_overlay attribute instead.
The attribute actually does what was the intention behind
use of direction attribute on unions.
Diffstat (limited to 'sys/linux/test/dev_bifrost')
| -rw-r--r-- | sys/linux/test/dev_bifrost | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/test/dev_bifrost b/sys/linux/test/dev_bifrost index c90c96103..0f63e119c 100644 --- a/sys/linux/test/dev_bifrost +++ b/sys/linux/test/dev_bifrost @@ -11,6 +11,6 @@ ioctl$KBASE_IOCTL_SET_FLAGS(r0, 0x40048001, &AUTO={0x0}) mmap$bifrost(nil, 0x3000, 0x3, 0x1, r0, 0x3000) -ioctl$KBASE_IOCTL_MEM_ALLOC(r0, 0xc0208005, &AUTO=@in={0x1, 0x1, 0x0, 0xf}) +ioctl$KBASE_IOCTL_MEM_ALLOC(r0, 0xc0208005, &AUTO={0x1, 0x1, 0x0, 0xf, 0x0, 0x0}) close(r0) |
