From 21e3c74f2a2d68c2c951f8af06a5e912ab3a88de Mon Sep 17 00:00:00 2001 From: Amerigo Wang Date: Tue, 18 Jan 2011 13:09:21 -0800 Subject: [PATCH] --- yaml --- r: 235460 b: refs/heads/master c: 1f7da214e26a8ee4fbb66af50e27147d5d115c5a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/debugfs/inode.c | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/[refs] b/[refs] index c94791ec2690..b9d0fc87f223 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 345279bc105e5a331ee81b0e8446b61f2c155784 +refs/heads/master: 1f7da214e26a8ee4fbb66af50e27147d5d115c5a diff --git a/trunk/fs/debugfs/inode.c b/trunk/fs/debugfs/inode.c index 37a8ca7c1222..d38c88fb63ae 100644 --- a/trunk/fs/debugfs/inode.c +++ b/trunk/fs/debugfs/inode.c @@ -13,9 +13,6 @@ * */ -/* uncomment to get debug messages from the debug filesystem, ah the irony. */ -/* #define DEBUG */ - #include #include #include @@ -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");