public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.X: intermezzo compile errors
@ 2002-05-21 14:41 Bob_Tracy
  2002-05-21 18:44 ` Peter J. Braam
  0 siblings, 1 reply; 3+ messages in thread
From: Bob_Tracy @ 2002-05-21 14:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: braam

Are people actually using the intermezzo fs with recent 2.5.X kernels?
The compile has been broken for quite some time due to the following:

(1) linux/include/linux/intermezzo_psdev.h: ISLENTO() define references
    a "p_pptr" structure member that has been replaced by "parent".

(2) In the 2.5.5 timeframe, the "i_zombie" member of "struct inode"
    went away, and most of the filesystem code was modified accordingly.
    The intermezzo fs never got "the treatment" as far as I can tell.
    Affected source files are linux/fs/intermezzo/vfs.c and dir.c.

(3) linux/fs/intermezzo/super.c: no "read_super" structure member.

(4) linux/fs/intermezzo/psdev.c: syntax error (missing brace) causes
    numerous compilation errors.  After adding the missing brace,
    there's still a problem with the third arg of lento_mknod() at
    line 773.

If there's an intermezzo patch set somewhere, I'm sure someone will
point me to it :-).

-- 
-----------------------------------------------------------------------
Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.5.X: intermezzo compile errors
  2002-05-21 14:41 2.5.X: intermezzo compile errors Bob_Tracy
@ 2002-05-21 18:44 ` Peter J. Braam
  2002-05-21 19:00   ` Dave Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Peter J. Braam @ 2002-05-21 18:44 UTC (permalink / raw)
  To: Bob_Tracy; +Cc: linux-kernel

Hi, 

Clearly we need to do something about this.  Apologies for the
problems. 

- Peter -


On Tue, May 21, 2002 at 09:41:57AM -0500, Bob_Tracy wrote:
> Are people actually using the intermezzo fs with recent 2.5.X kernels?
> The compile has been broken for quite some time due to the following:
> 
> (1) linux/include/linux/intermezzo_psdev.h: ISLENTO() define references
>     a "p_pptr" structure member that has been replaced by "parent".
> 
> (2) In the 2.5.5 timeframe, the "i_zombie" member of "struct inode"
>     went away, and most of the filesystem code was modified accordingly.
>     The intermezzo fs never got "the treatment" as far as I can tell.
>     Affected source files are linux/fs/intermezzo/vfs.c and dir.c.
> 
> (3) linux/fs/intermezzo/super.c: no "read_super" structure member.
> 
> (4) linux/fs/intermezzo/psdev.c: syntax error (missing brace) causes
>     numerous compilation errors.  After adding the missing brace,
>     there's still a problem with the third arg of lento_mknod() at
>     line 773.
> 
> If there's an intermezzo patch set somewhere, I'm sure someone will
> point me to it :-).
> 
> -- 
> -----------------------------------------------------------------------
> Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
> rct@frus.com
> -----------------------------------------------------------------------

-- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.5.X: intermezzo compile errors
  2002-05-21 18:44 ` Peter J. Braam
@ 2002-05-21 19:00   ` Dave Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Jones @ 2002-05-21 19:00 UTC (permalink / raw)
  To: Peter J. Braam; +Cc: Bob_Tracy, linux-kernel

On Tue, May 21, 2002 at 12:44:59PM -0600, Peter J. Braam wrote:
 > Hi, 
 > 
 > Clearly we need to do something about this.  Apologies for the
 > problems. 

Hi Peter,
 There are a bunch of fixes in my tree that have been either
 brought forward from 2.4, or have been submitted by janitors at
 some point. You may find that patch useful to begin with.

 If you just want the intermezzo specific bits, let me know
 off list and I'll cut it up into bits.

 (I'd rather shove this your way now than have to resync these fixes
  after whatever you're about to do. I don't want a repeat of what
  happened with reiserfs in my tree circa 2.5.3 8-)

    Dave.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-21 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-21 14:41 2.5.X: intermezzo compile errors Bob_Tracy
2002-05-21 18:44 ` Peter J. Braam
2002-05-21 19:00   ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox