Project

General

Profile

Bug #9073 » patch.diff

jianpeng ma, 08/13/2014 11:49 PM

View differences:

src/os/FileJournal.cc
iov[n].iov_base = (void *)p->c_str();
iov[n].iov_len = p->length();
len += p->length();
if (pos == 0) {
unsigned short *c = (unsigned short *)p->c_str();
for (int i = 0; i < 16; i++)
dout(10) << std::hex << std::setw(4) << setfill('0') << c[i] << dendl;
}
}
bufferlist tbl;
(5-5/17)