Re: symlink support in tmpfs

2011-11-20 Thread Samuel Thibault
Maksym Planeta, le Sun 20 Nov 2011 11:47:36 +0200, a écrit : > Here was a patch by Ben Asselstine[1], which fixes symlinks in tmpfs. > Why wasn't it applied into master branch? Because it got lost. Now applied. I wonder if we still have the ams branch somewhere, to catch such oldies back. Samuel

symlink support in tmpfs

2011-11-20 Thread Maksym Planeta
Hello. Here was a patch by Ben Asselstine[1], which fixes symlinks in tmpfs. Why wasn't it applied into master branch? 1) http://thread.gmane.org/gmane.os.hurd.bugs/11829/focus=12098 -- Thanks, Maksym Planeta

Re: [PATCH] symlink support in tmpfs

2005-08-25 Thread Alfred M\. Szmidt
Commited to ams-branch. Index: tmpfs/ChangeLog 2005-08-08 Alfred M. Szmidt <[EMAIL PROTECTED]> * node.c (create_symlink_hook): Set NP->dn_stat.st_size to the length of TARGET. (create_symlink_hook): Set NP->dn->type to DT_LNK. (diskfs_truncate): Do NP->allocsize

Re: [PATCH] symlink support in tmpfs

2005-08-07 Thread Ben Asselstine
Sorry for the confusion. tmpfs in general, is very broken, but this patch does indeed make symlinks work On 8/5/05, Alfred M. Szmidt <[EMAIL PROTECTED]> wrote: >While still very broken, this patch makes the creation of symlinks >and the reading of their links possible within tmpfs. > > W

Re: [PATCH] symlink support in tmpfs

2005-08-05 Thread Alfred M\. Szmidt
While still very broken, this patch makes the creation of symlinks and the reading of their links possible within tmpfs. While still what being broken? Creation/reading of symlinks? Or just tmpfs in general? ___ Bug-hurd mailing list Bug-hurd@gn

[PATCH] symlink support in tmpfs

2005-07-24 Thread Ben Asselstine
Hi, While still very broken, this patch makes the creation of symlinks and the reading of their links possible within tmpfs. There were 3 problems: 1) (create_symlink_hook) the type of file wasn't being set, now set to DT_LNK. 2) (create_symlink hook) st_size never over 0 to begin with, now set t