xfs
[Top] [All Lists]

Re: udf is broken

To: Steve Lord <lord@xxxxxxx>
Subject: Re: udf is broken
From: Sipos Ferenc <sferi@xxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Oct 2001 20:06:36 +0200
Cc: linux-xfs@xxxxxxxxxxx
References: <200110161735.f9GHZCm05951@jen.americas.sgi.com>
Sender: owner-linux-xfs@xxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012
Steve Lord wrote:

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



Thx the help, it compiles fine.

Paco



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