From 38977f0e6be2d0888e5f74fa8b4aa9c4308d5539 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 6 Nov 2017 22:37:10 -0800 Subject: sys/linux: add definition for LOOP_SET_BLOCK_SIZE The v4.14 kernel will support a new loop ioctl, LOOP_SET_BLOCK_SIZE. --- sys/linux/loop.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/loop.txt') diff --git a/sys/linux/loop.txt b/sys/linux/loop.txt index 57c12ef69..22750ea18 100644 --- a/sys/linux/loop.txt +++ b/sys/linux/loop.txt @@ -16,6 +16,7 @@ ioctl$LOOP_GET_STATUS(fd fd_loop, cmd const[LOOP_GET_STATUS], arg ptr[out, loop_ ioctl$LOOP_GET_STATUS64(fd fd_loop, cmd const[LOOP_GET_STATUS64], arg ptr[out, loop_info64]) ioctl$LOOP_SET_CAPACITY(fd fd_loop, cmd const[LOOP_SET_CAPACITY]) ioctl$LOOP_SET_DIRECT_IO(fd fd_loop, cmd const[LOOP_SET_DIRECT_IO], arg intptr) +ioctl$LOOP_SET_BLOCK_SIZE(fd fd_loop, cmd const[LOOP_SET_BLOCK_SIZE], arg intptr) resource fd_loop_ctrl[fd] resource fd_loop_num[intptr]: 0, 1, 2, 10, 11, 12 -- cgit mrf-deployment