The patch titled container freezer: cleanup comment. has been removed from the -mm tree. Its filename was container-freezer-implement-freezer-cgroup-subsystem-cleanup-comment.patch This patch was dropped because it was folded into container-freezer-implement-freezer-cgroup-subsystem.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: container freezer: cleanup comment. From: Matt Helsley <matthltc@xxxxxxxxxx> Make this comment clearer. Signed-off-by: Matt Helsley <matthltc@xxxxxxxxxx> Cc: Rafael J. Wysocki <rjw@xxxxxxx> Cc: Pavel Machek <pavel@xxxxxxx> Cc: Cedric Le Goater <clg@xxxxxxxxxx> Cc: Serge E. Hallyn <serue@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/cgroup_freezer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN kernel/cgroup_freezer.c~container-freezer-implement-freezer-cgroup-subsystem-cleanup-comment kernel/cgroup_freezer.c --- a/kernel/cgroup_freezer.c~container-freezer-implement-freezer-cgroup-subsystem-cleanup-comment +++ a/kernel/cgroup_freezer.c @@ -61,8 +61,8 @@ int cgroup_frozen(struct task_struct *ta } /* - * Buffer size for freezer state is limited by cgroups write_string() - * interface. See cgroups code for the current size. + * cgroups_write_string() limits the size of freezer state strings to + * CGROUP_LOCAL_BUFFER_SIZE */ static const char *freezer_state_strs[] = { "RUNNING", _ Patches currently in -mm which might be from matthltc@xxxxxxxxxx are container-freezer-add-tif_freeze-flag-to-all-architectures.patch container-freezer-make-refrigerator-always-available.patch container-freezer-implement-freezer-cgroup-subsystem.patch container-freezer-implement-freezer-cgroup-subsystem-cleanup-comment.patch container-freezer-skip-frozen-cgroups-during-power-management-resume.patch container-freezer-prevent-frozen-tasks-or-cgroups-from-changing.patch container-freezer-make-freezer-state-names-less-generic.patch container-freezer-rename-check_if_frozen.patch container-freezer-document-the-cgroup-freezer-subsystem.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html