Using manifest files to create root and user filesystems.

This commit is contained in:
Sergey
2014-08-03 15:53:53 -07:00
parent d42bfdc7b9
commit 1462eeb400
6 changed files with 82 additions and 81 deletions

View File

@@ -465,6 +465,8 @@ int op_link(const char *path, const char *newpath)
printlog("--- link failed\n");
return -EIO;
}
source.nlink++;
fs_inode_save (&source, 1);
return 0;
}