Some efforts to adding better support for readdir

This commit is contained in:
Bahadir Balban
2008-02-14 12:08:21 +00:00
parent 60cce15a4d
commit 2440b5be61
8 changed files with 79 additions and 8 deletions

View File

@@ -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)));