Made early preparations for implementation of hard link persistence

This commit is contained in:
2009-04-26 12:57:17 +02:00
parent 1ae2a39d1d
commit 5009d1038d
5 changed files with 32 additions and 1 deletions

View File

@ -108,6 +108,10 @@ int create_ecma119_node(Ecma119Image *img, IsoNode *iso, Ecma119Node **node)
/* TODO #00009 : add true support for harlinks and inode numbers */
ecma->nlink = 1;
/* >>> ts A90426 : unite this with fs_give_ino_number() when it gets
an inode recycling mode
*/
ecma->ino = ++img->ino;
*node = ecma;