diff options
| author | Manuel Bentele | 2020-09-11 12:32:49 +0200 |
|---|---|---|
| committer | Manuel Bentele | 2020-09-16 07:37:56 +0200 |
| commit | a4e8885458c4921ad0f6a16ead10dbb557af35f6 (patch) | |
| tree | ca89c564febb4dd6c507f9d3b1df8f47222e9e98 /kernel/tests/include/lapi | |
| parent | Added testcases from the Linux testing project (LTP) (diff) | |
| download | xloop-a4e8885458c4921ad0f6a16ead10dbb557af35f6.tar.gz xloop-a4e8885458c4921ad0f6a16ead10dbb557af35f6.tar.xz xloop-a4e8885458c4921ad0f6a16ead10dbb557af35f6.zip | |
Renamed loop to xloop in all LTP kernel tests
Diffstat (limited to 'kernel/tests/include/lapi')
| -rw-r--r-- | kernel/tests/include/lapi/xloop.h (renamed from kernel/tests/include/lapi/loop.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/tests/include/lapi/loop.h b/kernel/tests/include/lapi/xloop.h index 87a9023..8e57b31 100644 --- a/kernel/tests/include/lapi/loop.h +++ b/kernel/tests/include/lapi/xloop.h @@ -8,7 +8,7 @@ #include "config.h" #include <linux/types.h> -#include <linux/loop.h> +#include <linux/xloop.h> #ifndef LO_FLAGS_PARTSCAN # define LO_FLAGS_PARTSCAN 8 @@ -44,10 +44,10 @@ * This structure is used with the LOOP_CONFIGURE ioctl, and can be used to * atomically setup and configure all loop device parameters at once. */ -struct loop_config { +struct xloop_config { __u32 fd; __u32 block_size; - struct loop_info64 info; + struct xloop_info64 info; __u64 __reserved[8]; }; #endif |
