mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-17 02:06:51 +00:00
btrfs-progs: move common-defs to common/
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
58bcd4260f
commit
35ba1f5fb6
@ -31,7 +31,7 @@
|
|||||||
#include "common/device-scan.h"
|
#include "common/device-scan.h"
|
||||||
#include "common/messages.h"
|
#include "common/messages.h"
|
||||||
#include "common/utils.h"
|
#include "common/utils.h"
|
||||||
#include "common-defs.h"
|
#include "common/defs.h"
|
||||||
#include "ctree.h"
|
#include "ctree.h"
|
||||||
#include "volumes.h"
|
#include "volumes.h"
|
||||||
#include "disk-io.h"
|
#include "disk-io.h"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "kerncompat.h"
|
#include "kerncompat.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <uuid/uuid.h>
|
#include <uuid/uuid.h>
|
||||||
#include "common-defs.h"
|
#include "common/defs.h"
|
||||||
#include "common/format-output.h"
|
#include "common/format-output.h"
|
||||||
#include "common/utils.h"
|
#include "common/utils.h"
|
||||||
#include "cmds/commands.h"
|
#include "cmds/commands.h"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include "ctree.h"
|
#include "ctree.h"
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "common-defs.h"
|
#include "common/defs.h"
|
||||||
#include "common/internal.h"
|
#include "common/internal.h"
|
||||||
#include "btrfs-list.h"
|
#include "btrfs-list.h"
|
||||||
#include "kernel-lib/sizes.h"
|
#include "kernel-lib/sizes.h"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#define __BTRFS_CONVERT_COMMON_H__
|
#define __BTRFS_CONVERT_COMMON_H__
|
||||||
|
|
||||||
#include "kerncompat.h"
|
#include "kerncompat.h"
|
||||||
#include "common-defs.h"
|
#include "common/defs.h"
|
||||||
#include "extent-cache.h"
|
#include "extent-cache.h"
|
||||||
|
|
||||||
struct btrfs_mkfs_config;
|
struct btrfs_mkfs_config;
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#define __BTRFS_MKFS_COMMON_H__
|
#define __BTRFS_MKFS_COMMON_H__
|
||||||
|
|
||||||
#include "kerncompat.h"
|
#include "kerncompat.h"
|
||||||
#include "common-defs.h"
|
#include "common/defs.h"
|
||||||
|
|
||||||
#define BTRFS_MKFS_SYSTEM_GROUP_SIZE SZ_4M
|
#define BTRFS_MKFS_SYSTEM_GROUP_SIZE SZ_4M
|
||||||
#define BTRFS_MKFS_SMALL_VOLUME_SIZE SZ_1G
|
#define BTRFS_MKFS_SMALL_VOLUME_SIZE SZ_1G
|
||||||
|
Loading…
Reference in New Issue
Block a user