Using manifest files to create root and user filesystems.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user