From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752429AbcBOVUk (ORCPT ); Mon, 15 Feb 2016 16:20:40 -0500 Received: from mail-qg0-f49.google.com ([209.85.192.49]:33130 "EHLO mail-qg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751595AbcBOVUi (ORCPT ); Mon, 15 Feb 2016 16:20:38 -0500 Date: Mon, 15 Feb 2016 16:20:36 -0500 From: Tejun Heo To: "Serge E. Hallyn" Cc: Alban Crequy , LXC development mailing-list , "linux-kernel@vger.kernel.org" , Aditya Kali , Linux API , Linux Containers , Johannes Weiner , gregkh@linuxfoundation.org, cgroups@vger.kernel.org, Andrew Morton Subject: Re: [lxc-devel] CGroup Namespaces (v10) Message-ID: <20160215212036.GR3965@htj.duckdns.org> References: <1454057651-23959-1-git-send-email-serge.hallyn@ubuntu.com> <20160212160906.GG3741@mtj.duckdns.org> <20160212232221.GA31062@mail.hallyn.com> <20160215211705.GQ3965@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160215211705.GQ3965@htj.duckdns.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 15, 2016 at 04:17:05PM -0500, Tejun Heo wrote: > I'm getting the following on top of the current for-4.6. Can you > please look into it? > > [kernel/cgroup.c:219:13: error: ‘cgroupns_operations’ undeclared here (not in a function) > .ns.ops = &cgroupns_operations, > ^ Never mind. That was me being stupid with trivial conflict resolution. Thanks. -- tejun