[2.6 patch] fs/reiser4/: possible cleanups

2005-12-11 Thread Adrian Bunk
This patch contains the following possible cleanups: - make needlessly global code static - #if unused code away Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 18 Nov 2005 fs/reiser4/estimate.c |2 +- fs/reiser4/flush_queue.c

[2.6 patch] fs/reiser4/: possible cleanups

2005-11-17 Thread Adrian Bunk
This patch contains the following possible cleanups: - make needlessly global code static - #if unused code away Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- fs/reiser4/estimate.c |2 +- fs/reiser4/flush_queue.c |2 ++ fs/reiser4/fsdata.c

Re: [2.6 patch] fs/reiser4/: possible cleanups

2005-10-29 Thread Adrian Bunk
On Fri, Oct 28, 2005 at 11:58:40PM -0400, Ioan Ionita wrote: When I read the Subject (*[2.6 patch] fs/reiser4/: possible cleanups)* for a second, I thought that this patch was against Linus' tree. I concluded that reiser4 must have been recently merged in mainline, since there's a patch for

[2.6 patch] fs/reiser4/: possible cleanups

2005-10-28 Thread Adrian Bunk
This patch contains the following possible cleanups: - make needlessly global code static - #if unused code away Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- fs/reiser4/flush_queue.c |2 ++ fs/reiser4/fsdata.c|9 ++--- fs/reiser4/fsdata.h

Re: reiser4 merging action list

2005-06-28 Thread Adrian Bunk
On Mon, Jun 27, 2005 at 04:00:01PM -0700, Hans Reiser wrote: Andrew asked me to put together a list of things that need to be done before merging: ... Probably I forget something. * remove the dependency on !4KSTACKS Best, Hans cu Adrian -- Is there not promise of rain?

[2.6 patch] fs/reiserfs/stree.c: make MAX_KEY static

2005-05-12 Thread Adrian Bunk
Since MAX_KEY no longer has any user in other files, it can be made static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 1 May 2005 --- linux-2.6.12-rc3-mm2-full/fs/reiserfs/stree.c.old 2005-05-01 15:33:11.0 +0200 +++ linux-2.6.12-rc3-mm2-full

[-mm patch] fs/reiserfs/stree.c: make MAX_KEY static

2005-05-01 Thread Adrian Bunk
Since MAX_KEY no longer has any user in other files, it can be made static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.12-rc3-mm2-full/fs/reiserfs/stree.c.old 2005-05-01 15:33:11.0 +0200 +++ linux-2.6.12-rc3-mm2-full/fs/reiserfs/stree.c 2005-05-01 15:33

Re: silent semantic changes with reiser4

2004-08-26 Thread Adrian Bunk
On Thu, Aug 26, 2004 at 02:43:34PM +0200, Olivier Galibert wrote: On Thu, Aug 26, 2004 at 11:52:29AM +0100, Christoph Hellwig wrote: Sure, no one stops you from playing around with new semantics. But please don't add them to the linux kernel stable series until we have semantics we a) want

[2.6 patch] remove four superfluous BUG's in ReiserFS

2003-07-16 Thread Adrian Bunk
The trivial patch below by Randy Hron still applies agains 2.6.0-test1. Please apply Adrian - Forwarded message from [EMAIL PROTECTED] - Date: Tue, 15 Apr 2003 10:30:24 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: BUGed to death The patch