Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 07 Dec 2004 21:06:55 -0800 (PST) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id iB856o5X030407 for ; Tue, 7 Dec 2004 21:06:51 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id QAA22637; Wed, 8 Dec 2004 16:06:16 +1100 Received: from frodo.melbourne.sgi.com (root@frodo.melbourne.sgi.com [134.14.55.153]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id iB856DXE273898; Wed, 8 Dec 2004 16:06:14 +1100 (EST) Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) with ESMTP id iB853oEr002680; Wed, 8 Dec 2004 16:03:51 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.9/8.12.9/Debian-3) id iB853mFg002678; Wed, 8 Dec 2004 16:03:48 +1100 Date: Wed, 8 Dec 2004 16:03:48 +1100 From: Nathan Scott To: Adrian Bunk Cc: Andrew Morton , linux-xfs@oss.sgi.com, linux-kernel@vger.kernel.org Subject: Re: [2.6 patch] some XFS cleanups (fwd) Message-ID: <20041208050348.GI1611@frodo> References: <20041207193533.GG7250@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041207193533.GG7250@stusta.de> User-Agent: Mutt/1.5.3i X-archive-position: 4602 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 956 Lines: 34 On Tue, Dec 07, 2004 at 08:35:33PM +0100, Adrian Bunk wrote: > The patch forwarded below still applies and compiles against > 2.6.10-rc2-mm4. > > Please apply. Needs a bit of tweaking yet... (apologies for not replying earlier, there's just been more pressing things to work on). > ----- Forwarded message from Adrian Bunk ----- > > Date: Sat, 30 Oct 2004 20:13:07 +0200 > From: Adrian Bunk > To: nathans@sgi.com > Cc: linux-xfs@oss.sgi.com, linux-kernel@vger.kernel.org > Subject: [2.6 patch] some XFS cleanups > > The patch below makes the following cleanups in the XFS code: > - remove the unused global function vfs_dmapiops > - remove some unused #define's These first changes aren't really useful; they make the DMAPI code more difficult to integrate and manage in our trees, for not-enough gain. > - make several functions static These are more useful - I'll merge these in, thanks. cheers. -- Nathan