Commit c98e999
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>File tree
2 files changed
+2
-0
lines changed- block
- redhat/configs/rhel/generic
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments