|
@@ -177,9 +177,6 @@ static int __init anon_inode_init(void)
|
|
{
|
|
{
|
|
int error;
|
|
int error;
|
|
|
|
|
|
- error = register_filesystem(&anon_inode_fs_type);
|
|
|
|
- if (error)
|
|
|
|
- goto err_exit;
|
|
|
|
anon_inode_mnt = kern_mount(&anon_inode_fs_type);
|
|
anon_inode_mnt = kern_mount(&anon_inode_fs_type);
|
|
if (IS_ERR(anon_inode_mnt)) {
|
|
if (IS_ERR(anon_inode_mnt)) {
|
|
error = PTR_ERR(anon_inode_mnt);
|
|
error = PTR_ERR(anon_inode_mnt);
|