Gentoo Archives: gentoo-server

From: Linux <linux@×××××××.ch>
To: gentoo-server@l.g.o
Subject: [gentoo-server] Device Mapper problem in 2.4.25_pre7-gss-r11
Date: Wed, 15 Sep 2004 03:26:47
Message-Id: 200409150526.38852.linux@worreby.ch
1 Hi
2
3 I'm stuck.
4
5 I'm trying to set up a new server at home using stabile gs-source kernel and
6 building the linux-2.4.25_pre7-gss-r11 kernel including LVM and RAID support
7 and thus also including
8 [*] Multiple devices driver support (RAID and LVM)
9 <*> RAID support
10 <*> RAID-1 (mirroring) mode
11 <*> Logical volume manager (LVM) support
12 <*> Device-mapper support
13 <*> Mirror (RAID-1) support
14
15 Now to the problem itself, when I'm trying to compile the whole thing
16 make dep && make bzImage
17 I'll get an error in compiling
18 dm.c: In function 'alloc_md':
19 dm.c:785: error: 'mempool_alloc_slab' undeclared (first use in this function)
20 ...
21 dm.c:786: error: 'mempool_free_slab' undeclared (first use in this function)
22
23 Apparently I'm missing something out but what?
24
25 I've seen that there's no declaration in the linux_h.h regarding
26 mempool_alloc_slab (which I found references in google to).
27
28 Some hints or suggestions?
29
30 --Robert

Replies

Subject Author
[gentoo-server] Sybase "Marek Wójtowicz" <marwooj@××.pl>