From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751280AbdGQBjf (ORCPT ); Sun, 16 Jul 2017 21:39:35 -0400 Received: from mail-qt0-f171.google.com ([209.85.216.171]:32836 "EHLO mail-qt0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbdGQBjd (ORCPT ); Sun, 16 Jul 2017 21:39:33 -0400 Date: Sun, 16 Jul 2017 21:39:29 -0400 From: Tejun Heo To: cgroups@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Li Zefan , Johannes Weiner , Roman Gushchin , kernel-team@fb.com Subject: [PATCH cgroup/for-4.14] cgroup: remove now unused list_head @pending in cgroup_apply_cftypes() Message-ID: <20170717013929.GH2969123@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Tejun Heo --- Applying to cgroup/for-4.14. Thanks. kernel/cgroup/cgroup.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -3230,7 +3230,6 @@ restart: static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) { - LIST_HEAD(pending); struct cgroup_subsys *ss = cfts[0].ss; struct cgroup *root = &ss->root->cgrp; struct cgroup_subsys_state *css;