commit | c7f3c595f6ff7a1cfbf7ac782722bf5173e27775 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri May 19 15:29:10 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Wed May 31 10:13:44 2017 -0700 |
tree | 7adaa468343cb5d9a45ce738d1fee91ca22dc489 | |
parent | e581ca813a40a4ee53c862d8f6303f486c4b4c34 [diff] |
pstore: Populate pstore record->time field The current time will be initially available in the record->time field for all pstore_read() and pstore_write() calls. Backends can either update the field during read(), or use the field during write() instead of fetching time themselves. Signed-off-by: Kees Cook <keescook@chromium.org>