Skip to content

Commit bea6afc

Browse files
geertumripard
authored andcommitted
cgroup/rdma: Drop bogus PAGE_COUNTER select
When adding the Device memory controller (DMEM), "select PAGE_COUNTER" was added to CGROUP_RDMA, presumably instead of CGROUP_DMEM. While commit e33b514 ("cgroup/dmem: Select PAGE_COUNTER") added the missing select to CGROUP_DMEM, the bogus select is still there. Remove it. Fixes: b168ed4 ("kernel/cgroup: Add "dmem" memory accounting cgroup") Closes: https://lore.kernel.org/CAMuHMdUmPfahsnZwx2iB5yfh8rjjW25LNcnYujNBgcKotUXBNg@mail.gmail.com Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Tejun Heo <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/b4d462f038a2f895f30ae759928397c8183f6f7e.1737020925.git.geert+renesas@glider.be Signed-off-by: Maxime Ripard <[email protected]>
1 parent 1ee1bb6 commit bea6afc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

init/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,6 @@ config CGROUP_PIDS
11281128

11291129
config CGROUP_RDMA
11301130
bool "RDMA controller"
1131-
select PAGE_COUNTER
11321131
help
11331132
Provides enforcement of RDMA resources defined by IB stack.
11341133
It is fairly easy for consumers to exhaust RDMA resources, which

0 commit comments

Comments
 (0)