[issue1336] Still looking for reports of missed directory entries w/ HAMMER
Matthew Dillon
dillon at apollo.backplane.com
Wed Apr 22 20:22:04 PDT 2009
:YONETANI Tomokazu <qhwt+dfly at les.ath.cx> added the comment:
:
:Matt, shouldn't the following chunk (in above patch) be tested/pushed
:independently of the rest of the patch?
Nah. The create_ts was supposed to be set along with create_tid.
create_ts is not used by anything other then the undo code anyway
so nothing bad can happen.
-Matt
Matthew Dillon
<dillon at backplane.com>
:- if (record->type !=3D HAMMER_MEM_RECORD_DEL)
:+ if (record->type !=3D HAMMER_MEM_RECORD_DEL) {
: record->leaf.base.create_tid =3D trans->tid;
: record->leaf.create_ts =3D trans->time32;
:+ }
More information about the Bugs
mailing list