mirror of
https://github.com/drasko/codezero.git
synced 2026-05-05 01:51:30 +02:00
Some efforts to adding better support for readdir
This commit is contained in:
@@ -75,6 +75,8 @@ int initialise(void)
|
||||
memfs_format_filesystem(rootdev_blocks);
|
||||
|
||||
INIT_LIST_HEAD(&vm_file_list);
|
||||
INIT_LIST_HEAD(&vnode_cache);
|
||||
INIT_LIST_HEAD(&dentry_cache);
|
||||
|
||||
/* Search for a filesystem on the root device */
|
||||
BUG_ON(IS_ERR(root_sb = vfs_probe_filesystems(rootdev_blocks)));
|
||||
|
||||
Reference in New Issue
Block a user