Re: [uml-user] sharing filesystem between UML's (ocfs2?)

2007-08-21 Thread Benedict Verheyen
Jeff Dike schreef: > On Fri, Aug 17, 2007 at 03:24:59PM +0200, Benedict Verheyen wrote: >> I first thought of using hostfs and leaving /home on the host machine. >> This for instance resulted in saving emails from a user with root rights. >> Anyway, to solve this, i thought of making file to share

Re: [uml-user] [uml-devel] [PATCH 1/5] um/. .. convert #include "linux/..." to #include

2007-08-21 Thread Blaisorblade
On lunedì 20 agosto 2007, Joe Perches wrote: > (untested) > > There are several files that > #include "linux/file" not #include > #include "asm/file" not #include > > Here's a little script that converts them: > > egrep -i -r -l --include=*.[ch] \ > "^[[:space:]]*\#[[:space:]]*include[[:space:]]*