summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi
diff options
context:
space:
mode:
authorManuel Bentele2020-09-11 12:32:49 +0200
committerManuel Bentele2020-09-16 07:37:56 +0200
commita4e8885458c4921ad0f6a16ead10dbb557af35f6 (patch)
treeca89c564febb4dd6c507f9d3b1df8f47222e9e98 /kernel/tests/include/lapi
parentAdded testcases from the Linux testing project (LTP) (diff)
downloadxloop-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