Skip to content

Commit c98e999

Browse files
committed
Merge: redhat/configs: Enable CONFIG_BLK_CGROUP_PUNT_BIO
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/383 # Merge Request Required Information ## Summary of Changes * Enables `CONFIG_BLK_CGROUP_PUNT_BIO` ## Rationale As someone working on building an external Btrfs kernel module for CentOS/RHEL 10, having all the dependencies for Btrfs satisfied in the kernel to enable third parties (like the CentOS Kmods SIG) to build Btrfs as a kernel module package is desirable. From looking at `fs/btrfs/Kconfig`, it appears that the only missing dependency is `BLK_CGROUP_PUNT_BIO`. So, this just needs to be enabled. ## Approved Development Ticket(s) JIRA: https://issues.redhat.com/browse/RHEL-79711 ## Signoffs Signed-off-by: Neal Gompa <ngompa@centosproject.org> Approved-by: Ming Lei <ming.lei@redhat.com> Approved-by: Scott Weaver <scweaver@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Julio Faracco <jfaracco@redhat.com>
2 parents e2b83eb + 538110c commit c98e999

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

block/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ config BLK_CGROUP_RWSTAT
4444

4545
config BLK_CGROUP_PUNT_BIO
4646
bool
47+
default y
4748

4849
config BLK_DEV_BSG_COMMON
4950
tristate
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_BLK_CGROUP_PUNT_BIO=y

0 commit comments

Comments
 (0)