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_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/loop_amd64.const') diff --git a/sys/linux/loop_amd64.const b/sys/linux/loop_amd64.const index 5993ec846..8b94f31c2 100644 --- a/sys/linux/loop_amd64.const +++ b/sys/linux/loop_amd64.const @@ -7,6 +7,7 @@ LOOP_CTL_GET_FREE = 19586 LOOP_CTL_REMOVE = 19585 LOOP_GET_STATUS = 19459 LOOP_GET_STATUS64 = 19461 +LOOP_SET_BLOCK_SIZE = 19465 LOOP_SET_CAPACITY = 19463 LOOP_SET_DIRECT_IO = 19464 LOOP_SET_FD = 19456 -- cgit mrf-deployment