diff options
Diffstat (limited to 'security/tomoyo/audit.c')
-rw-r--r-- | security/tomoyo/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/audit.c b/security/tomoyo/audit.c index d330b060dcff..0f73fe30e37a 100644 --- a/security/tomoyo/audit.c +++ b/security/tomoyo/audit.c | |||
@@ -157,7 +157,7 @@ static char *tomoyo_print_header(struct tomoyo_request_info *r) | |||
157 | if (!buffer) | 157 | if (!buffer) |
158 | return NULL; | 158 | return NULL; |
159 | 159 | ||
160 | tomoyo_convert_time(get_seconds(), &stamp); | 160 | tomoyo_convert_time(ktime_get_real_seconds(), &stamp); |
161 | 161 | ||
162 | pos = snprintf(buffer, tomoyo_buffer_len - 1, | 162 | pos = snprintf(buffer, tomoyo_buffer_len - 1, |
163 | "#%04u/%02u/%02u %02u:%02u:%02u# profile=%u mode=%s " | 163 | "#%04u/%02u/%02u %02u:%02u:%02u# profile=%u mode=%s " |