Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
btrfsprogs.10525
mkfs-default-features.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mkfs-default-features.patch of Package btrfsprogs.10525
From: Jeff Mahoney <jeffm@suse.com> Subject: mkfs: allow site to override defaults Patch-mainline: Never, a real solution with a config file is required References: FATE#320615 This is a simple method to allow us to set site defaults for mkfs by adding -include <includefile> to cflags. Signed-off-by: Jeff Mahoney <jeffm@suse.com> --- utils.h | 4 ++++ 1 file changed, 4 insertions(+) Index: btrfs-progs-v4.10.2/fsfeatures.h =================================================================== --- btrfs-progs-v4.10.2.orig/fsfeatures.h +++ btrfs-progs-v4.10.2/fsfeatures.h @@ -19,10 +19,14 @@ #include "kerncompat.h" +#ifndef BTRFS_MKFS_DEFAULT_NODE_SIZE #define BTRFS_MKFS_DEFAULT_NODE_SIZE SZ_16K +#endif +#ifndef BTRFS_MKFS_DEFAULT_FEATURES #define BTRFS_MKFS_DEFAULT_FEATURES \ (BTRFS_FEATURE_INCOMPAT_EXTENDED_IREF \ | BTRFS_FEATURE_INCOMPAT_SKINNY_METADATA) +#endif /* * Avoid multi-device features (RAID56) and mixed block groups
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor