diff options
| author | Eric Biggers <ebiggers@google.com> | 2017-11-06 22:37:10 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-11-07 12:26:11 +0300 |
| commit | 38977f0e6be2d0888e5f74fa8b4aa9c4308d5539 (patch) | |
| tree | dd5ffddd1d4924eddf10e461cc987bda5ad285fe /sys/linux/loop_amd64.const | |
| parent | a6b071286e5b8062fe7e34314eaffd059df60116 (diff) | |
sys/linux: add definition for LOOP_SET_BLOCK_SIZE
The v4.14 kernel will support a new loop ioctl, LOOP_SET_BLOCK_SIZE.
Diffstat (limited to 'sys/linux/loop_amd64.const')
| -rw-r--r-- | sys/linux/loop_amd64.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
