Index: linux-2.6.8-rsbac-v1.2.3/init/do_mounts.c
===================================================================
--- linux-2.6.8-rsbac-v1.2.3/init/do_mounts.c	(revision 36)
+++ linux-2.6.8-rsbac-v1.2.3/init/do_mounts.c	(working copy)
@@ -420,27 +420,11 @@
 
         /* RSBAC: OK, most stuff initialized and root mounted: Init RSBAC. */
 #ifdef CONFIG_RSBAC
-#ifdef CONFIG_BLK_DEV_INITRD
 #ifdef CONFIG_RSBAC_INIT_DELAY
         if(rsbac_no_delay_init)
 #endif
-        rsbac_init(real_root_dev);
-          {
-            struct super_block * sb_p = user_get_super(MKDEV(RAMDISK_MAJOR,0));
-
-            if(sb_p)
-              {
-                rsbac_mount(sb_p,NULL);
-                drop_super(sb_p);
-              }
-          }
-#else
-#ifdef CONFIG_RSBAC_INIT_DELAY
-        if(rsbac_no_delay_init)
-#endif
         rsbac_init(ROOT_DEV);
 #endif
-#endif
 	security_sb_post_mountroot();
 	mount_devfs_fs ();
 }
