Initialize for btrfsprogs

This commit is contained in:
zyppe 2024-02-06 16:32:39 +08:00
commit bb727004d7
15 changed files with 2860 additions and 0 deletions

5
sles11-defaults.h Normal file
View file

@ -0,0 +1,5 @@
#ifndef _SLES11_DEFAULTS_H
#define _SLES11_DEFAULTS_H
#define BTRFS_MKFS_DEFAULT_NODE_SIZE sysconf(_SC_PAGESIZE)
#define BTRFS_MKFS_DEFAULT_FEATURES BTRFS_FEATURE_INCOMPAT_EXTENDED_IREF
#endif