On Fri, 1 Jul 2011, Aneesh Kumar K.V wrote:
don't do a copy of the kernel header
Signed-off-by: Aneesh Kumar K.V <[email protected]>
I see this error with your patch applied:
cc1: warnings being treated as errors
In file included from virtio/9p.c:20:
../../include/net/9p/9p.h:723: error: redundant redeclaration of
‘p9_errstr2errno’
../../include/net/9p/9p.h:714: note: previous declaration of
‘p9_errstr2errno’ was here
make: *** [virtio/9p.o] Error 1
The tree is based on v2.6.37 so maybe the problem got fixed after that. I
guess I could do
git merge v2.6.39
to our tree. Ingo?