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
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
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
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
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
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