summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi
diff options
context:
space:
mode:
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