Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235460
b: refs/heads/master
c: 1f7da21
h: refs/heads/master
v: v3
  • Loading branch information
Amerigo Wang authored and Greg Kroah-Hartman committed Feb 3, 2011
1 parent 4bf36c8 commit 21e3c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 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: 345279bc105e5a331ee81b0e8446b61f2c155784
refs/heads/master: 1f7da214e26a8ee4fbb66af50e27147d5d115c5a
15 changes: 0 additions & 15 deletions trunk/fs/debugfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
*
*/

/* uncomment to get debug messages from the debug filesystem, ah the irony. */
/* #define DEBUG */

#include <linux/module.h>
#include <linux/fs.h>
#include <linux/mount.h>
Expand Down Expand Up @@ -540,17 +537,5 @@ static int __init debugfs_init(void)

return retval;
}

static void __exit debugfs_exit(void)
{
debugfs_registered = false;

simple_release_fs(&debugfs_mount, &debugfs_mount_count);
unregister_filesystem(&debug_fs_type);
kobject_put(debug_kobj);
}

core_initcall(debugfs_init);
module_exit(debugfs_exit);
MODULE_LICENSE("GPL");

0 comments on commit 21e3c74

Please sign in to comment.