@@ -46,6 +46,13 @@ struct fs_file_description {
unsigned int rw_offset;
};
struct resolved_path {
int target_inode_ptr;
int parent_inode_ptr;
char target_fname[FS_MAX_FNAME_LEN+1];
char parent_fname[FS_MAX_FNAME_LEN+1];
char *fs_get_cwd(void);
int fs_create(void *d);
The note is not visible to the blocked user.