lib: fs: implement mounting filesystems; reading, writing from files
This commit is contained in:
@@ -13,6 +13,7 @@ struct fs_dentry {
|
||||
struct fs_superblock *d_sb;
|
||||
const struct fs_dentry_ops *d_ops;
|
||||
void *d_fsdata;
|
||||
char *d_name;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user