From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 3/14] locks: factor out generic/filesystem switch from setlock code Date: Sun, 4 Feb 2007 08:37:32 +0000 Message-ID: <20070204083731.GA29531@infradead.org> References: <1dd47bf9aeb6f19c82a59efb2f4236f23f73019d.1170479265.git.bfields@citi.umich.edu> <20070203085136.GC18828@infradead.org> <20070203051638.GA29763@cynthia.pants.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , "J. Bruce Fields" , linux-fsdevel@vger.kernel.org, nfs@lists.sourceforge.net, Marc Eshel To: Brad Boyer Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:42524 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752170AbXBDIhi (ORCPT ); Sun, 4 Feb 2007 03:37:38 -0500 Content-Disposition: inline In-Reply-To: <20070203051638.GA29763@cynthia.pants.nu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Feb 02, 2007 at 09:16:38PM -0800, Brad Boyer wrote: > Any particular reason? In general we want everything that's internal to be _GPL, and a symbol that's only for use in the lock manager falls under that category.