El Tue, 18 May 2010 16:19:34 +0200 Sergio Lopez <s...@sinrega.org> 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 insert the padding into tmpfs_dirent structure, nor asserting that this structure is bigger or equal than dirent itself, since each time it adds an entry, dn_stat.st_size is actually increased by the size of the latter. Or am I missing something?