Re: [PATCH] tmpfs: add padding to tmpfs_dirent structure

2010-05-18 Thread Sergio Lopez
El Tue, 18 May 2010 16:19:34 +0200 Sergio Lopez escribió: > Hi, > > This patch adds some padding to tmpfs_dirent structure as it's > suggested in the wiki > (http://www.gnu.org/software/hurd/hurd/translator/tmpfs.html). > I've taken a deeper look into this issue, and I think there's no need to

Re: [PATCH] tmpfs: add padding to tmpfs_dirent structure

2010-05-18 Thread Sergio Lopez
El Tue, 18 May 2010 16:33:59 +0200 Carl Fredrik Hammar escribió: > This patch is actually on the wiki (sans the comment) (...) Yes, I've already mentioned it. > along with another one that fixes symlinks. Perhaps you could adopt > that patch as well and try to get it checked in since you're al

Re: GSoC IRC meetings, dammit!

2010-05-18 Thread Sébastien Duquette
I would like to remind the fact that this is a public mailing-list, criticizing people in public is a bit inconsiderate. This is the sort of thing that should be settled in private. Regards, Sébastien On Mon, May 17, 2010 at 6:17 PM, wrote: > Hi, > > So, we had three GSoC IRC meetings so far.

Re: [PATCH] tmpfs: add padding to tmpfs_dirent structure

2010-05-18 Thread Carl Fredrik Hammar
Hi, On Tue, May 18, 2010 at 04:19:34PM +0200, Sergio Lopez wrote: > This patch adds some padding to tmpfs_dirent structure as it's > suggested in the wiki > (http://www.gnu.org/software/hurd/hurd/translator/tmpfs.html). > > > diff -du hurd-deb.orig/tmpfs/tmpfs.h hurd/tmpfs/tmpfs.h > --- hurd-deb.

[PATCH] tmpfs: keep a reference to memory objects

2010-05-18 Thread Sergio Lopez
Hi, This patch modifies tmpfs to keep a reference (by mapping it into its own space) to each memory object created by the user, so they don't get inmediately terminated at the end of the current operation. Used in conjunction with "mach_defpager: fix external objects interface" and "tmpfs: add pa

[PATCH] tmpfs: add padding to tmpfs_dirent structure

2010-05-18 Thread Sergio Lopez
Hi, This patch adds some padding to tmpfs_dirent structure as it's suggested in the wiki (http://www.gnu.org/software/hurd/hurd/translator/tmpfs.html). diff -du hurd-deb.orig/tmpfs/tmpfs.h hurd/tmpfs/tmpfs.h --- hurd-deb.orig/tmpfs/tmpfs.h 2010-05-06 11:37:31.0 +0200 +++ hurd/tmpfs/tmpfs.

[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