*** empty log message ***

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@707 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
sage 2006-03-01 07:28:18 +00:00
parent cd0fc7aabe
commit c6826b6d4e
2 changed files with 2 additions and 2 deletions

View File

@ -557,7 +557,7 @@ int BlockDevice::open(kicker *idle)
fd = 0;
return -1;
}
cout << fd << endl;
// lock
/*int r = ::flock(fd, LOCK_EX);
if (r < 0) {

View File

@ -471,7 +471,7 @@ void Ebofs::alloc_more_node_space()
allocator.release(ex);
allocator.release(even);
allocator.release(odd);
assert(0);
//assert(0);
}
} else {
dout(1) << "alloc_more_node_space already have max node regions!" << endl;