mirror of
git://sourceware.org/git/lvm2.git
synced 2024-10-13 23:51:53 +03:00
device_mapper: rename libdevmapper.h -> all.h
I'm paranoid a file will include the global one in /usr/include by accident.
This commit is contained in:
parent
88ae928ca3
commit
286c1ba336
@ -13,7 +13,7 @@
|
||||
#define _LVM_CLOG_CLUSTER_H
|
||||
|
||||
#include "device_mapper/misc/dm-log-userspace.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
#define DM_ULOG_RESPONSE 0x1000U /* in last byte of 32-bit value */
|
||||
#define DM_ULOG_CHECKPOINT_READY 21
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef LIB_DMCOMMON_H
|
||||
#define LIB_DMCOMMON_H
|
||||
|
||||
#include "libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
#define DM_DEFAULT_NAME_MANGLING_MODE_ENV_VAR_NAME "DM_DEFAULT_NAME_MANGLING_MODE"
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef _DM_LOGGING_H
|
||||
#define _DM_LOGGING_H
|
||||
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
extern dm_log_with_errno_fn dm_log_with_errno;
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define _REENTRANT
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
#include "lib/misc/util.h"
|
||||
#include "dm-logging.h"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "target.h"
|
||||
|
||||
// For DM_ARRAY_SIZE!
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#ifndef _LVM_CONFIG_H
|
||||
#define _LVM_CONFIG_H
|
||||
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
#include "lib/device/device.h"
|
||||
|
||||
/* 16 bits: 3 bits for major, 4 bits for minor, 9 bits for patchlevel */
|
||||
|
@ -15,7 +15,7 @@
|
||||
#ifndef BCACHE_H
|
||||
#define BCACHE_H
|
||||
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
#include <linux/fs.h>
|
||||
#include <stdint.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#define _LVM_PV_H
|
||||
|
||||
#include "lib/uuid/uuid.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
struct device;
|
||||
struct format_type;
|
||||
|
@ -16,7 +16,7 @@
|
||||
#define _LVM_VG_H
|
||||
|
||||
#include "lib/uuid/uuid.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
struct cmd_context;
|
||||
struct format_instance;
|
||||
|
@ -79,7 +79,7 @@
|
||||
|
||||
|
||||
#include "lib/misc/intl.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
#include "lib/misc/util.h"
|
||||
|
||||
#ifdef DM
|
||||
|
@ -14,7 +14,7 @@
|
||||
#ifndef _LVM_PROPERTIES_H
|
||||
#define _LVM_PROPERTIES_H
|
||||
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
#include "lib/metadata/metadata.h"
|
||||
#include "lib/report/report.h"
|
||||
#include "lib/properties/prop_common.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "configure.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "framework.h"
|
||||
#include "units.h"
|
||||
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
#include "units.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
enum {
|
||||
NR_BITS = 137
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
#include "units.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
static void *_mem_init(void)
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
#include "units.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
static void test_dmlist_splice(void *fixture)
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
#include "units.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
static void *_mem_init(void)
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef TEST_UNIT_FRAMEWORK_H
|
||||
#define TEST_UNIT_FRAMEWORK_H
|
||||
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "units.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
#include "matcher_data.h"
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
#include "units.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
#include "units.h"
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "device_mapper/libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
#include "lib/misc/util.h"
|
||||
|
||||
#endif /* _LVM_TOOL_H */
|
||||
|
Loading…
Reference in New Issue
Block a user