can't compile udf

From: Giuseppe
Date: Fri Oct 24 2003 - 14:01:08 EST


I can't compile udf filesystem support with 2.6-test8 (i compiled it in
test6); this is what i get:

CC fs/udf/super.o
fs/udf/super.c: In function `udf_parse_options':
fs/udf/super.c:327: `opt' undeclared (first use in this function)
fs/udf/super.c:327: (Each undeclared identifier is reported only once
fs/udf/super.c:327: for each function it appears in.)
fs/udf/super.c:332: `val' undeclared (first use in this function)
fs/udf/super.c:310: warning: unused variable `p'
fs/udf/super.c:311: warning: unused variable `option'
fs/udf/udf_i.h: At top level:
fs/udf/super.c:282: warning: `tokens' defined but not used
make[2]: *** [fs/udf/super.o] Error 1

I tried to compile it as a module and inside the kernel too. Please help me!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/