mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cov: avoid selfrecursive inclusion of toolcontext.h
This commit is contained in:
parent
fdd76da33d
commit
06a4a356db
@ -16,6 +16,7 @@
|
|||||||
#include "base/memory/zalloc.h"
|
#include "base/memory/zalloc.h"
|
||||||
#include "lib/misc/lib.h"
|
#include "lib/misc/lib.h"
|
||||||
#include "lib/filters/filter.h"
|
#include "lib/filters/filter.h"
|
||||||
|
#include "lib/commands/toolcontext.h"
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
#include "lib/uuid/uuid.h"
|
#include "lib/uuid/uuid.h"
|
||||||
#include "lib/device/device.h"
|
#include "lib/device/device.h"
|
||||||
#include "lib/device/bcache.h"
|
#include "lib/device/bcache.h"
|
||||||
#include "lib/commands/toolcontext.h"
|
|
||||||
|
|
||||||
#define LABEL_ID "LABELONE"
|
#define LABEL_ID "LABELONE"
|
||||||
#define LABEL_SIZE SECTOR_SIZE /* Think very carefully before changing this */
|
#define LABEL_SIZE SECTOR_SIZE /* Think very carefully before changing this */
|
||||||
@ -27,6 +26,9 @@
|
|||||||
#define LABEL_SCAN_SIZE (LABEL_SCAN_SECTORS << SECTOR_SHIFT)
|
#define LABEL_SCAN_SIZE (LABEL_SCAN_SECTORS << SECTOR_SHIFT)
|
||||||
|
|
||||||
struct labeller;
|
struct labeller;
|
||||||
|
struct dev_filter;
|
||||||
|
struct cmd_context;
|
||||||
|
struct logical_volume;
|
||||||
|
|
||||||
/* On disk - 32 bytes */
|
/* On disk - 32 bytes */
|
||||||
struct label_header {
|
struct label_header {
|
||||||
|
Loading…
Reference in New Issue
Block a user