Skip to content

Commit 50943f3

Browse files
rgushchinhtejun
authored andcommitted
cgroup: rename freezer.c into legacy_freezer.c
Freezer.c will contain an implementation of cgroup v2 freezer, so let's rename the v1 freezer to avoid naming conflicts. Signed-off-by: Roman Gushchin <[email protected]> Signed-off-by: Tejun Heo <[email protected]> Cc: [email protected]
1 parent d6e486e commit 50943f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

kernel/cgroup/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
obj-y := cgroup.o rstat.o namespace.o cgroup-v1.o
33

4-
obj-$(CONFIG_CGROUP_FREEZER) += freezer.o
4+
obj-$(CONFIG_CGROUP_FREEZER) += legacy_freezer.o
55
obj-$(CONFIG_CGROUP_PIDS) += pids.o
66
obj-$(CONFIG_CGROUP_RDMA) += rdma.o
77
obj-$(CONFIG_CPUSETS) += cpuset.o
File renamed without changes.

0 commit comments

Comments
 (0)