From d61b600dde1f267a408440011aa980e0ed44bea6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Jan 2015 01:27:13 +0100 Subject: util: make it easy to initialize the crtime from the current time in fd_setcrtime() --- src/journal/journal-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal') diff --git a/src/journal/journal-file.c b/src/journal/journal-file.c index c20af5d9b..c1b54046f 100644 --- a/src/journal/journal-file.c +++ b/src/journal/journal-file.c @@ -2623,7 +2623,7 @@ int journal_file_open( * attributes are not supported we'll just skip this, * and rely solely on mtime/atime/ctime of the file. */ - fd_setcrtime(f->fd, now(CLOCK_REALTIME)); + fd_setcrtime(f->fd, 0); #ifdef HAVE_GCRYPT /* Try to load the FSPRG state, and if we can't, then -- cgit v1.2.3