From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758174AbaCRVXH (ORCPT ); Tue, 18 Mar 2014 17:23:07 -0400 Received: from mail-qa0-f43.google.com ([209.85.216.43]:45907 "EHLO mail-qa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751589AbaCRVXA (ORCPT ); Tue, 18 Mar 2014 17:23:00 -0400 Date: Tue, 18 Mar 2014 17:22:55 -0400 From: Tejun Heo To: Li Zefan Cc: LKML , Cgroups Subject: Re: [PATCH] cgroup: fix a failure path in create_css() Message-ID: <20140318212255.GC32357@mtj.dyndns.org> References: <53280BAC.5060404@huawei.com> <20140318152445.GA3642@htj.dyndns.org> <20140318161225.GD3642@htj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140318161225.GD3642@htj.dyndns.org> 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 On Tue, Mar 18, 2014 at 12:12:25PM -0400, Tejun Heo wrote: > On Tue, Mar 18, 2014 at 11:24:45AM -0400, Tejun Heo wrote: > > On Tue, Mar 18, 2014 at 05:02:36PM +0800, Li Zefan wrote: > > > If online_css() fails, we should remove cgroup files belonging > > > to css->ss. > > > > > > Signed-off-by: Li Zefan > > > > Applied to libata/for-3.14-fixes. > > Hmmm... didn't apply cleanly and generated build error. Looks like > the patch was generated against for-3.15. Can you please regenerate > the patch against for-3.14-fixes? Never mind. Fixed up and applied to for-3.14-fixes. Thanks. -- tejun