Ich habe ein problem mit meinen kernel source
sobald ich mit make bzImage das image erstellen möchte bekomme ich folgende fehlermeldung
Patch: delta-2.4.26-vs1.27-vs1.28.diff (Vserver)
Kernel: linux-2.4.26.tar.bz2
Code: Alles auswählen
SENAME=attr -c -o attr.o attr.c
attr.c:16:28: linux/vcontext.h: Datei oder Verzeichnis nicht gefunden
attr.c: In Funktion »inode_change_ok«:
attr.c:59: Warnung: implicit declaration of function `vx_check'
attr.c:59: error: `VX_ADMIN' undeclared (first use in this function)
attr.c:59: error: (Each undeclared identifier is reported only once
attr.c:59: error: for each function it appears in.)
attr.c:61: Warnung: implicit declaration of function `IS_IMMUTABLE_LINK'
attr.c:64: error: structure has no member named `vx_id'
attr.c:70: error: structure has no member named `vx_id'
make[2]: *** [attr.o] Fehler 1
make[2]: Leaving directory `/usr/src/linux-2.4.26/fs'
make[1]: *** [first_rule] Fehler 2
make[1]: Leaving directory `/
wo bekomme ich vcontext.h her oder habe ich irgendetwas vergessen ?
Fielen dank für eure hilfe.
Gruß Thomas