xfs
[Top] [All Lists]

Re: udf is broken

To: Sipos Ferenc <sferi@xxxxxxxxxxxxxxxxxx>
Subject: Re: udf is broken
From: Steve Lord <lord@xxxxxxx>
Date: Tue, 16 Oct 2001 12:35:12 -0500
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: Message from Sipos Ferenc <sferi@dumballah.tvnet.hu> of "Tue, 16 Oct 2001 19:28:46 +0200." <3BCC6E4E.4040800@dumballah.tvnet.hu>
Sender: owner-linux-xfs@xxxxxxxxxxx
> Hi!
> 
> If you haven't made your fresh kernel yet, be warned, in 2.4.13-pre3 udf 
> is broken.
> 
> Paco

Broken at build time or run time? Try this (from linux-kernel)
if it is build time:

--- linux/fs/udf/udfdecl.h.orig Tue Oct 16 20:24:01 2001
+++ linux/fs/udf/udfdecl.h      Tue Oct 16 20:24:42 2001
@@ -150,7 +150,7 @@

 /* lowlevel.c */
 extern unsigned int udf_get_last_session(struct super_block *);
-extern unsigned int udf_get_last_block(struct super_block *);
+extern unsigned long udf_get_last_block(struct super_block *);

 /* partition.c */
 extern Uint32 udf_get_pblock(struct super_block *, Uint32, Uint16, Uint32);


Steve



<Prev in Thread] Current Thread [Next in Thread>