Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154120
b: refs/heads/master
c: f6cc746
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin authored and Al Viro committed Jun 24, 2009
1 parent 5cde8d8 commit a248fed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b22edc5730b87d360ee7dd7143397ba09b73a47
refs/heads/master: f6cc746bbb3b8a8ceb8514a7906ba582607a8cf7
10 changes: 0 additions & 10 deletions trunk/fs/devpts/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ static void devpts_kill_sb(struct super_block *sb)
}

static struct file_system_type devpts_fs_type = {
.owner = THIS_MODULE,
.name = "devpts",
.get_sb = devpts_get_sb,
.kill_sb = devpts_kill_sb,
Expand Down Expand Up @@ -564,13 +563,4 @@ static int __init init_devpts_fs(void)
}
return err;
}

static void __exit exit_devpts_fs(void)
{
unregister_filesystem(&devpts_fs_type);
mntput(devpts_mnt);
}

module_init(init_devpts_fs)
module_exit(exit_devpts_fs)
MODULE_LICENSE("GPL");

0 comments on commit a248fed

Please sign in to comment.