Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754431Ab0LNKwD (ORCPT ); Tue, 14 Dec 2010 05:52:03 -0500 Received: from mail-ey0-f171.google.com ([209.85.215.171]:39378 "EHLO mail-ey0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752821Ab0LNKwB (ORCPT ); Tue, 14 Dec 2010 05:52:01 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=oA8XHTH206DL7lYv3xSx5u2GxRJ8TI/H/l19AKNmgJ0LKeCEwV6Wj/4++FgkgX+PEU y5MwmqPWIC3SBcWfeYyaPuazFsyqBoPjut4BG4s0BaZ/L9OlKgs0ostem43dPWNjBzQw J+kIPAqCAOaxjr2fHgZ1gApDO7jyTqtUEiqYs= Date: Tue, 14 Dec 2010 12:51:52 +0200 From: Alexey Dobriyan To: "Suzuki K. Poulose" Cc: linux-kernel@vger.kernel.org, Jeremy Fitzhardinge , Christoph Hellwig , Masami Hiramatsu , Ananth N Mavinakayanahalli , Daisuke HATAYAMA , Andi Kleen , Roland McGrath , Amerigo Wang , Linus Torvalds , KAMEZAWA Hiroyuki , KOSAKI Motohiro , Oleg Nesterov , Andrew Morton Subject: Re: [Patch 11/21] Track the core generation requests Message-ID: <20101214105152.GA4834@core2.telecom.by> References: <20101214152259.67896960@suzukikp> <20101214154204.21048247@suzukikp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101214154204.21048247@suzukikp> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 516 Lines: 17 On Tue, Dec 14, 2010 at 03:42:04PM +0530, Suzuki K. Poulose wrote: > --- /dev/null > +++ linux-2.6.36-rc7/fs/proc/gencore.h > +#include struct task_struct; is enough. > +struct core_proc { > + struct list_head list; > + struct task_struct *task; > +}; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/