Re: Linux 2.4.0-ac9

2001-01-14 Thread Jens Axboe
On Mon, Jan 15 2001, Bill Crawford wrote: > I have a problem here with loopback-mounted filesystem freezing. The > process writing to the filesystem (ext2) gets stuck in uninterruptible > state with WCHAN showing "lock_p" which I believe to be lock_page. Could you try with this patch *.kernel.o

Linux 2.4.0-ac9

2001-01-14 Thread Bill Crawford
I have a problem here with loopback-mounted filesystem freezing. The process writing to the filesystem (ext2) gets stuck in uninterruptible state with WCHAN showing "lock_p" which I believe to be lock_page. First time I noticed this, the system froze shortly afterwards but I do not know if this

Re: Linux 2.4.0-ac9

2001-01-14 Thread Christoph Rohland
Steven Cole <[EMAIL PROTECTED]> writes: > Here is a little patch which also fixes the symptoms of the build > problem, and makes a kernel 1510 bytes smaller (without > CONFIG_SWAPFS). Someone more knowlegable than I will have to verify > its correctness. Thanks, this is correct. I did not test

Re: Linux 2.4.0-ac9

2001-01-13 Thread Steven Cole
On Saturday 13 January 2001 20:05, Karsten Hopp wrote: > You need to enable CONFIG_SWAPFS. > Those functions are enclosed by #ifdef CONFIG_SWAPFS and #endif, but > the references to them aren't. > > Karsten > > On Sat, Jan 13, 2001 at 06:40:40PM -0700, Steven Cole wrote: > > I got the following

Re: Linux 2.4.0-ac9

2001-01-13 Thread Karsten Hopp
You need to enable CONFIG_SWAPFS. Those functions are enclosed by #ifdef CONFIG_SWAPFS and #endif, but the references to them aren't. Karsten On Sat, Jan 13, 2001 at 06:40:40PM -0700, Steven Cole wrote: > I got the following error while building 2.4.0-ac9: > > shmem.c:971: `shmem_readlink'

Re: Linux 2.4.0-ac9 (shmem.c errors)

2001-01-13 Thread Mark Orr
On 14-Jan-2001 Steven Cole wrote: > I got the following error while building 2.4.0-ac9: > > shmem.c:971: `shmem_readlink' undeclared here (not in a function) > shmem.c:971: initializer element is not constant > shmem.c:971: (near initialization for > `shmem_symlink_inode_operations.readlink') >

Re: Linux 2.4.0-ac9

2001-01-13 Thread Steven Cole
I got the following error while building 2.4.0-ac9: shmem.c:971: `shmem_readlink' undeclared here (not in a function) shmem.c:971: initializer element is not constant shmem.c:971: (near initialization for `shmem_symlink_inode_operations.readlink') shmem.c:972: `shmem_follow_link' undeclared here

Linux 2.4.0-ac9

2001-01-13 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ 2.4.0-ac9 o Remove duplicated 8139 fixes(Jeff Garzik) o Drop out PS/2 mouse changes (me) o Fix raid5 bug (Neil Brown) o Fix mmio reserv