mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
audit: use ktime_get_coarse_ts64() for time access
The API got renamed for consistency with the other time accessors, this changes the audit caller as well. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
committed by
Paul Moore
parent
4fa7f08699
commit
c72051d577
@@ -1721,7 +1721,7 @@ static inline void audit_get_stamp(struct audit_context *ctx,
|
||||
struct timespec64 *t, unsigned int *serial)
|
||||
{
|
||||
if (!ctx || !auditsc_get_stamp(ctx, t, serial)) {
|
||||
*t = current_kernel_time64();
|
||||
ktime_get_coarse_ts64(t);
|
||||
*serial = audit_serial();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user