diff options
Diffstat (limited to 'kernel/features/fs.c')
-rw-r--r-- | kernel/features/fs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/features/fs.c b/kernel/features/fs.c index 76c230e..82d00b6 100644 --- a/kernel/features/fs.c +++ b/kernel/features/fs.c @@ -40,6 +40,7 @@ u8 vfs_mounted(struct device *dev, const char *path) return 0; } +// TODO: Reduce allocations in VFS find static struct mount_info *vfs_recursive_find(char *path) { struct node *iterator = mount_points->head; |