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

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