commit | fbe8872e810abd228f08d88d33729997fc1a3483 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@linux.vnet.ibm.com> | Wed Feb 22 16:49:59 2017 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Feb 28 11:58:40 2017 -0600 |
tree | 50ba700b0b3f4dfa814068950ea5c50e7ac688a6 | |
parent | 8c3857c9297c89e1fead89859815a1c4261fdec0 [diff] |
commit(): Make function more efficient Change the logic of the commit function from searching the journal for each metadata variable, to looking for all metadata variables in each journal entry. This change reduces the number of times that we search through the journal from N to 1 time. Change-Id: I47143e746dafb06bdce25dfd0009933494f4d25d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>