func init() {
	torus.RegisterBlockStore("mfile", newMFileBlockStore)
}
func init() {
	torus.RegisterBlockStore("temp", openTempBlockStore)
}