[FIX] : LVM 0.8

Willy Tarreau (willy@novworld.Novecom.Fr)
Wed, 22 Dec 1999 01:22:49 +0100 (CET)


Hi Heinz,

the latest LVM 0.8 patch doesn't link because the function lvm_init is
declared static inside drivers/block/lvm.c, and is referenced in
drivers/block/ll_rw_blk.c.

Simply removing the "static" keyword around line 362 in lvm.c is enough
to make it compile happily.

Regards,
Willy

--
Willy Tarreau - mailto:willy@meta-x.org -  http://www-miaif.lip6.fr/willy/
System and Network Engineer at NOVECOM ( France ) - http://www.novecom.fr/ 
Magistere d'Informatique Appliquee de l'Ile de France ( MIAIF ), Year 1997

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