From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261731AbTLWRM4 (ORCPT ); Tue, 23 Dec 2003 12:12:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261719AbTLWRM4 (ORCPT ); Tue, 23 Dec 2003 12:12:56 -0500 Received: from smithers.nildram.co.uk ([195.112.4.54]:46609 "EHLO smithers.nildram.co.uk") by vger.kernel.org with ESMTP id S261731AbTLWRMy (ORCPT ); Tue, 23 Dec 2003 12:12:54 -0500 Date: Tue, 23 Dec 2003 17:15:41 +0000 From: Joe Thornber To: Christophe Saout Cc: Joe Thornber , Jeff Garzik , Christoph Hellwig , Andrew Morton , linux-kernel@vger.kernel.org, Fruhwirth Clemens Subject: Re: [PATCH 2/2][RFC] Add dm-crypt target Message-ID: <20031223171541.GG476@reti> References: <1072129379.5570.73.camel@leto.cs.pocnet.net> <20031222215236.GB13103@leto.cs.pocnet.net> <20031223131355.A6864@infradead.org> <1072186582.4111.46.camel@leto.cs.pocnet.net> <20031223151545.GE476@reti> <20031223153143.GA28690@gtf.org> <20031223154325.GF476@reti> <20031223170118.GA4384@leto.cs.pocnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031223170118.GA4384@leto.cs.pocnet.net> User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 23, 2003 at 06:01:18PM +0100, Christophe Saout wrote: > So how does this look? > -static struct dm_daemon _kcryptd; > +static struct dm_daemon kcryptd; Please keep the leading underscore, it indicates that it is static data; a convention that is used throughout dm. hch was ok about it last time he noticed it, so he can't really complain now ;) - Joe