Displaying 6 results from an estimated 6 matches for "deactivate_pag".
Did you mean:
deactivate_page
2001 Nov 06
2
ext3fs and 2.4.14 kernel
...net/network.o \
/usr/src/linux-2.4.14/arch/i386/lib/lib.a
/usr/src/linux-2.4.14/lib/lib.a /usr/src/linux-2.4.14/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
drivers/block/block.o: In function `lo_send':
drivers/block/block.o(.text+0x905a): undefined reference to
`deactivate_page'
drivers/block/block.o(.text+0x9117): undefined reference to
`deactivate_page'
make: *** [vmlinux] Erreur 1
I don't know if the trouble comes from the kernel itself or the patch. I
have tried to find the deactivate_page, but this function does not seem
to be define ! Any idea ?...
2001 Nov 06
2
2.2.14 integration with lvs
...and ipvs 0.8.2)
--- drivers/block/loop.c.orig Tue Nov 6 10:13:48 2001
+++ drivers/block/loop.c Tue Nov 6 10:17:55 2001
@@ -218,14 +218,16 @@ static int lo_send(struct loop_device *l
index++;
pos += size;
UnlockPage(page);
- deactivate_page(page);
+ /* deactivate_page(page);
+ */
page_cache_release(page);
}
return 0;
unlock:
UnlockPage(page);
- deactivate_page(page);
+ /*deactivate_page(page);
+ */
page_cache_release(page);
fail:...
2001 Nov 07
3
Problem with 2.4.14 and 9.15-2414
I just upgraded to kernel 2.4.14 and applied the ext3 patch
ext3-2.4-0.9.15-2414.gz. It appears (to me) that the patch
breaks the loop block device module (loop.o). The problem is
that the call to deactivate_page is unresolved. The routine
used to be defined in swap.c. It looks like it no longer
exists in 2.4.14.
I'm not a kernel programmer so if I'm mistaken, sorry. I do
get an unresolved reference to deactivate_page when the loop
module is loaded.
Just wanted to report it.
Richard Lynch
WVN...
2001 Nov 14
1
unresolved symbols in loop
...er make dep && make clean && make bzImage && make modules && \\
make modules_install
i got this "Unresolved symbols" notice:
>--- cut here ----
depmod: *** Unresolved symbols in /lib/modules/2.4.14/kernel/drivers/block/loop.o
depmod: deactivate_page
>--- cut here ----
I am sure the my .config is ok, in the section Block Device i have this
settings:
>--- cut here ----
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_XD=m
# CONFIG_PARIDE is not set
CONFIG_BLK_CPQ_DA=m
CONFIG_BLK_CPQ_CISS_DA=m
# CONFIG_BLK_DEV_DAC960 is not se...
2001 Nov 07
1
Error compiling 2.4.14 with ext3 patch
...o drivers/video/video.o \
net/network.o \
/usr/src/linux-2.4.14/arch/i386/lib/lib.a
/usr/src/linux-2.4.14/lib/lib.a
/usr/src/linux-2.4.14/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
drivers/block/block.o: In function `lo_send':
drivers/block/block.o(.text+0x8c55): undefined reference to
`deactivate_page'
drivers/block/block.o(.text+0x8c89): undefined reference to
`deactivate_page'
make: *** [vmlinux] Error 1
--
Juan Carlos Castro y Castro | "Standing up to an evil system is
jcastro@vialink.com.br | exhilarating." -Richard Stallman
Rio de Janeiro - Brazil | http://www....
2001 Nov 16
2
ext3 patch files
Hi, i'd like to upgrade my kernel to 2.4.14.
I've obtained the corresponding kernel patch from http://www.zip.com.au/~akpm/linux/ext3/ however when I run
gunzip < ~/ext3-2.4-0.9.15-2414.gz | patch -p1
I am told that this file is not in gzip format.
This is based on the file and instructions on ext3 for 2.4 site. Am I missing something?
cheers
Simon