btrfs-progs: move common-defs to common/

Signed-off-by: David Sterba <dsterba@suse.com>
David Sterba 2020-03-04 21:09:30 +01:00
parent 58bcd4260f
commit 35ba1f5fb6
6 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@
#include "common/device-scan.h"
#include "common/messages.h"
#include "common/utils.h"
#include "common-defs.h"
#include "common/defs.h"
#include "ctree.h"
#include "volumes.h"
#include "disk-io.h"

View File

@ -17,7 +17,7 @@
#include "kerncompat.h"
#include <stdio.h>
#include <uuid/uuid.h>
#include "common-defs.h"
#include "common/defs.h"
#include "common/format-output.h"
#include "common/utils.h"
#include "cmds/commands.h"

View File

@ -23,7 +23,7 @@
#include "ctree.h"
#include <dirent.h>
#include <stdarg.h>
#include "common-defs.h"
#include "common/defs.h"
#include "common/internal.h"
#include "btrfs-list.h"
#include "kernel-lib/sizes.h"

View File

@ -23,7 +23,7 @@
#define __BTRFS_CONVERT_COMMON_H__
#include "kerncompat.h"
#include "common-defs.h"
#include "common/defs.h"
#include "extent-cache.h"
struct btrfs_mkfs_config;

View File

@ -23,7 +23,7 @@
#define __BTRFS_MKFS_COMMON_H__
#include "kerncompat.h"
#include "common-defs.h"
#include "common/defs.h"
#define BTRFS_MKFS_SYSTEM_GROUP_SIZE SZ_4M
#define BTRFS_MKFS_SMALL_VOLUME_SIZE SZ_1G