The patch forwarded below (already ACK'ed by David Howells) still
applies and compiles against 2.6.11-rc1-mm1.
Please apply.
- Forwarded message from Adrian Bunk <[EMAIL PROTECTED]> -
Date: Sun, 12 Dec 2004 03:10:56 +0100
From: Adrian Bunk <[EMAIL PROTECTED]>
To: Dave Hansen <[EMAIL
From: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>,
Domen Puncer <[EMAIL PROTECTED]>
Remove nowhere referenced header. (egrep "filename\." didn't find anything)
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
Cc: UML-d
Running ptrace under uml found the problem with gcc: UML's default environment
includes "." at the end of $PATH, and if you have that gcc doesn't search the
path for ld.
So I took "." out of the path, and it started working. Yay! (Cool stuff,
guys.)
Along the way, I found some interesting qu
I have one issue with uml_moo.
uml_moo and the kernel cow drivers doesn't seem to use the same method
when calculating the size of the backing file.
I used /dev/hdc1 which was an block device (147 GB partition)
uml kernel perfectely finds the correct size. uml_moo uses stat on the
device which g