Revert "Reload policy after setting up the data partition."

This reverts commit fee250d27a9c03af1ba439047b976d89563b1887.
diff --git a/init/property_service.c b/init/property_service.c
index 62b6c3d..3248399 100755
--- a/init/property_service.c
+++ b/init/property_service.c
@@ -384,6 +384,9 @@
          * to prevent them from being overwritten by default values.
          */
         write_persistent_property(name, value);
+    } else if (strcmp("selinux.reload_policy", name) == 0 &&
+               strcmp("1", value) == 0) {
+        selinux_reload_policy();
     }
     property_changed(name, value);
     return 0;