Re: reiser4 merging action list

2005-06-29 Thread Pekka Enberg
Andrew Morton wrote: There's also the custom list, hash and debug code. We should either a) remove them or b) generify them and submit as standalone works or c) justify them as custom-to-reiser4 and leave them as-is. On 6/29/05, Hans Reiser [EMAIL PROTECTED] wrote: either b) or c)

Re: reiser4 merging action list

2005-06-29 Thread Hans Reiser
Pekka Enberg wrote: Andrew Morton wrote: There's also the custom list, hash and debug code. We should either a) remove them or b) generify them and submit as standalone works or c) justify them as custom-to-reiser4 and leave them as-is. On 6/29/05, Hans Reiser [EMAIL PROTECTED]

Re: reiser4 merging action list

2005-06-28 Thread Vladimir Saveliev
Hello On Tue, 2005-06-28 at 06:58, Andi Kleen wrote: Hans Reiser [EMAIL PROTECTED] writes: * metafiles should be disabled until we can present code that works right. Half the list thinks we cannot solve the cycles problem ever. Disable metafiles and postpone problem until working

Re: reiser4 merging action list

2005-06-28 Thread Andi Kleen
On Tue, Jun 28, 2005 at 12:37:11PM +0400, Vladimir Saveliev wrote: have neither prof.[ch], nor spinprof.[ch] and we removed already some debugging code from spin_macros.h. Yes, i was looking at some older tree with reiser4. Sorry, just ignore what is already done. But still spin_macros.h

Re: reiser4 merging action list

2005-06-28 Thread Artem B. Bityuckiy
Andi Kleen wrote: Yes, i was looking at some older tree with reiser4. Sorry, just ignore what is already done. But still spin_macros.h should be completely removed imho. Such custom lock wrappers are strongly discouraged because it makes it hard for others to read your code. I may comfirm

Re: reiser4 merging action list

2005-06-28 Thread Christoph Hellwig
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. I've started to do a very basic look over the tree and there's a few more things that spring to mind: - cpp

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?

Re: reiser4 merging action list

2005-06-28 Thread Hans Reiser
Andrew Morton wrote: Hans Reiser [EMAIL PROTECTED] wrote: Andrew asked me to put together a list of things that need to be done before merging: Thanks. As I said to Hans, if we can get a list of bullet-point actions nailed down and agreed to then we have an uncontroversial path to

Re: reiser4 merging action list

2005-06-27 Thread Hans Reiser
Andrew asked me to put together a list of things that need to be done before merging: * VFS will dispatch directly to the method of the plugin for the *_operations methods. This requires duplicating to all plugin methods the common code currently used by all reiser4 plugins for a given

Re: reiser4 merging action list

2005-06-27 Thread Andrew Morton
Hans Reiser [EMAIL PROTECTED] wrote: Andrew asked me to put together a list of things that need to be done before merging: Thanks. As I said to Hans, if we can get a list of bullet-point actions nailed down and agreed to then we have an uncontroversial path to happiness and a merge. Let's

Re: reiser4 merging action list

2005-06-27 Thread Andi Kleen
Hans Reiser [EMAIL PROTECTED] writes: * metafiles should be disabled until we can present code that works right. Half the list thinks we cannot solve the cycles problem ever. Disable metafiles and postpone problem until working code, or the failure to produce it, makes it possible to do