:YONETANI Tomokazu <[email protected]> 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 
                                        <[email protected]>

:-      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;
:+      }

Reply via email to