summaryrefslogtreecommitdiff
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2016-08-22 14:09:08 -0700
committerDmitry Shmidt <dimitrysh@google.com>2016-08-22 14:09:08 -0700
commitaa349c0a96998f651f246581c395069343e3e008 (patch)
tree8f04ac2049a7629100745c331dc569c1f067b062 /fs/jbd2/commit.c
parent8e4f993802d3d853d5377b9aaa8df28926140077 (diff)
parent85184740541c2b80b72ebfa46cfe065ec1d1058f (diff)
Merge tag 'v4.4.19' into android-4.4.y
This is the 4.4.19 stable release
Diffstat (limited to 'fs/jbd2/commit.c')
-rw-r--r--fs/jbd2/commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/commit.c b/fs/jbd2/commit.c
index 36345fefa3ff..2d964ce45606 100644
--- a/fs/jbd2/commit.c
+++ b/fs/jbd2/commit.c
@@ -124,7 +124,7 @@ static int journal_submit_commit_record(journal_t *journal,
struct commit_header *tmp;
struct buffer_head *bh;
int ret;
- struct timespec now = current_kernel_time();
+ struct timespec64 now = current_kernel_time64();
*cbh = NULL;