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