From 1a2fb60b1e34cbc7f21351da8f9e3e253173bde8 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 6 Jan 2022 18:03:14 +0100 Subject: 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. --- sys/linux/test/dev_bifrost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/test') 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) -- cgit mrf-deployment