mirror of
https://github.com/ceph/ceph
synced 2025-03-05 15:58:41 +00:00
*** empty log message ***
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@707 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
cd0fc7aabe
commit
c6826b6d4e
@ -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) {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user