pstore: Convert internal records to timespec64

This prepares pstore for converting the VFS layer to timespec64.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
This commit is contained in:
Kees Cook
2018-05-14 15:50:52 -07:00
committed by Deepa Dinamani
parent 0220eddac6
commit 7aaa822ed0
5 changed files with 32 additions and 23 deletions

View File

@@ -71,7 +71,7 @@ struct pstore_record {
struct pstore_info *psi;
enum pstore_type_id type;
u64 id;
struct timespec time;
struct timespec64 time;
char *buf;
ssize_t size;
ssize_t ecc_notice_size;