Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760946AbYCCEiM (ORCPT ); Sun, 2 Mar 2008 23:38:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751370AbYCCEh6 (ORCPT ); Sun, 2 Mar 2008 23:37:58 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:46736 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751351AbYCCEh6 (ORCPT ); Sun, 2 Mar 2008 23:37:58 -0500 Date: Sun, 2 Mar 2008 23:37:49 -0500 From: Christoph Hellwig To: Oleg Nesterov Cc: Andrew Morton , Roland McGrath , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] introduce task_detached() helper Message-ID: <20080303043749.GA13040@infradead.org> References: <20080303041749.GA18911@tv-sign.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080303041749.GA18911@tv-sign.ru> User-Agent: Mutt/1.5.17 (2007-11-01) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 395 Lines: 10 On Mon, Mar 03, 2008 at 07:17:49AM +0300, Oleg Nesterov wrote: > +#define task_detached(p) ((p)->exit_signal == -1) Why is this a macro, no inline? -- 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/