X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdfs%2Fsuper.c;h=70f9c0fdcc28f49e078776fde93ead32c9dde974;hp=f7b21a15100c239a5a667ae137e5b0b21020db7e;hb=90c1c216a65e37ea4a05f5bca31fb2da768ff519;hpb=8ed4467ccecb3f030f6c69a3e821547c9e1f6712 diff --git a/lustre/obdfs/super.c b/lustre/obdfs/super.c index f7b21a1..70f9c0f 100644 --- a/lustre/obdfs/super.c +++ b/lustre/obdfs/super.c @@ -28,12 +28,6 @@ #include <../obd/linux/sim_obd.h> #include -/* DEBUGGING! */ -#undef MOD_INC_USE_COUNT -#define MOD_INC_USE_COUNT -#undef MOD_DEC_USE_COUNT -#define MOD_DEC_USE_COUNT - /* VFS super_block ops */ static struct super_block *obdfs_read_super(struct super_block *, void *, int); static void obdfs_read_inode(struct inode *); @@ -281,6 +275,7 @@ void cleanup_module(void) ENTRY; obdfs_sysctl_clean(); + unregister_filesystem(&obdfs_fs_type); } void obdfs_psdev_dec_use_count(void) {