mount_pseudo(): drop 'name' argument, switch to d_make_root()
[linux-2.6-microblaze.git] / fs / anon_inodes.c
index 91262c3..644d083 100644 (file)
@@ -41,8 +41,8 @@ static const struct dentry_operations anon_inodefs_dentry_operations = {
 static struct dentry *anon_inodefs_mount(struct file_system_type *fs_type,
                                int flags, const char *dev_name, void *data)
 {
-       return mount_pseudo(fs_type, "anon_inode:", NULL,
-                       &anon_inodefs_dentry_operations, ANON_INODE_FS_MAGIC);
+       return mount_pseudo(fs_type, NULL, &anon_inodefs_dentry_operations,
+                           ANON_INODE_FS_MAGIC);
 }
 
 static struct file_system_type anon_inode_fs_type = {