*** empty log message ***

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@441 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
cyclonew 2005-07-11 06:07:46 +00:00
parent 92f0573cca
commit 15b67ed71b

View File

@ -44,7 +44,7 @@ int OBFSStore::init(void)
return -1;
}
this->mkfs();
//this->mkfs();
this->mounted = uofs_mount(this->bdev_id, this->whoami);
switch (this->mounted) {
case -1: