Re: Linux 2.4.20-pre2

From: Adrian Bunk (bunk@fs.tum.de)
Date: Tue Aug 13 2002 - 03:27:52 EST


On Mon, 12 Aug 2002, Ivan Gyurdiev wrote:

> make[3]: Entering directory `/usr/src/linux-2.4.20-pre2/fs/partitions'
> gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-pre2/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2
> -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -
> mpreferred-stack-boundary=2 -march=athlon -nostdinc -I
> /usr/lib/gcc-lib/athlon-redhat-linux/3.2/include
> -DKBUILD_BASENAME=check -DEXPORT_SYMTAB -c check.c
> check.c: In function `devfs_register_disc':
> check.c:328: structure has no member named `number'
> check.c:329: structure has no member named `number'
> check.c: In function `devfs_register_partitions':
> check.c:361: structure has no member named `number'
>...

The following patch made by Christoph Hellwig fixes it:

--- linux-2.4.20-bk-20020810/include/linux/genhd.h Sat Aug 10 14:37:16 2002
+++ linux/include/linux/genhd.h Mon Aug 12 23:40:37 2002
@@ -62,7 +62,9 @@ struct hd_struct {
         unsigned long start_sect;
         unsigned long nr_sects;
         devfs_handle_t de; /* primary (master) devfs entry */
-
+#ifdef CONFIG_DEVFS_FS
+ int number;
+#endif /* CONFIG_DEVFS_FS */
 #ifdef CONFIG_BLK_STATS
         /* Performance stats: */
         unsigned int ios_in_flight;

cu
Adrian

-- 

You only think this is a free country. Like the US the UK spends a lot of time explaining its a free country because its a police state. Alan Cox

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 15 2002 - 22:00:31 EST