Re: [PATCH] mach_defpager: Fix external objects interface

2010-08-27 Thread Samuel Thibault
olafbuddenha...@gmx.net, le Fri 27 Aug 2010 21:42:04 +0200, a écrit : > On Fri, Aug 27, 2010 at 01:20:36AM +0200, Samuel Thibault wrote: > > > and iirc we don't use boot.c any more. > > Err... You mean boot/boot.c? That's the main file for the boot utility, > used to start subhurds. Ah, ok (neve

Re: [PATCH] mach_defpager: Fix external objects interface

2010-08-27 Thread olafBuddenhagen
Hi, On Fri, Aug 27, 2010 at 01:20:36AM +0200, Samuel Thibault wrote: > and iirc we don't use boot.c any more. Err... You mean boot/boot.c? That's the main file for the boot utility, used to start subhurds. -antrik-

Re: [PATCH] mach_defpager: Fix external objects interface

2010-08-26 Thread Samuel Thibault
Samuel Thibault, le Fri 27 Aug 2010 01:17:46 +0200, a écrit : > I'm not at ease with this change because there are known clients > (tmpfs and boot) which won't be able to cope with that. Ah, no, in another patch you make tmpfs actually use vm_page_size, and iirc we don't use boot.c any more. I'd

Re: [PATCH] mach_defpager: Fix external objects interface

2010-08-26 Thread Samuel Thibault
Sergio Lopez, le Wed 19 May 2010 16:29:21 +0200, a écrit : > OK, here we go: Much easier to review, thanks. > - 01defpager-mutex.patch: Properly unlock the mutex before returning > NO_BLOCK in pager_read_offset. Applied. > - 02defpager-extread.patch: Add an "external" attribute to >

Re: [PATCH] mach_defpager: Fix external objects interface

2010-05-21 Thread Sergio Lopez
El Wed, 19 May 2010 16:29:21 +0200 Sergio Lopez escribió: > - 01defpager-mutex.patch: Properly unlock the mutex before returning > NO_BLOCK in pager_read_offset. > > - 02defpager-extread.patch: Add an "external" attribute to > dstruct structure. In default_read, if the object is exter

Re: [PATCH] mach_defpager: Fix external objects interface

2010-05-19 Thread Sergio Lopez
El Wed, 19 May 2010 10:17:00 +0200 escribió: > On Tue, May 18, 2010 at 04:19:10PM +0200, Sergio Lopez wrote: > > > This patch fixes external objects interface in mach_defpager > > (current default pager in Hurd), so it can be used as backing store > > by other translators (like tmpfs). > > I don

Re: [PATCH] mach_defpager: Fix external objects interface

2010-05-19 Thread olafBuddenhagen
Hi, On Tue, May 18, 2010 at 04:19:10PM +0200, Sergio Lopez wrote: > This patch fixes external objects interface in mach_defpager (current > default pager in Hurd), so it can be used as backing store by other > translators (like tmpfs). I don't know enough about this code to actually understand t

[PATCH] mach_defpager: Fix external objects interface

2010-05-18 Thread Sergio Lopez
Hi, This patch fixes external objects interface in mach_defpager (current default pager in Hurd), so it can be used as backing store by other translators (like tmpfs).diff -du hurd-deb.orig/serverboot/default_pager.c hurd/serverboot/default_pager.c --- hurd-deb.orig/serverboot/default_pager.c 2010