commit | a944442c2b8a420301e7830f976bab8cc86a2b4d | [log] [tgz] |
---|---|---|
author | Allen Pais <allen.lkml@gmail.com> | Tue Jun 12 17:18:25 2018 +0530 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 06 13:12:29 2018 +0200 |
tree | f8150413f77e09eab7d76e94b739b9c3bcd56a34 | |
parent | 1ffaddd029c867d134a1dde39f540dcc8c52e274 [diff] |
btrfs: replace get_seconds with new 64bit time API The get_seconds() function is deprecated as it truncates the timestamp to 32 bits. Change it to or ktime_get_real_seconds(). Signed-off-by: Allen Pais <allen.lkml@gmail.com> Reviewed-by: David Sterba <dsterba@suse.com> [ update changelog ] Signed-off-by: David Sterba <dsterba@suse.com>