diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-04-17 17:01:40 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2019-04-17 19:00:38 -0400 |
commit | b485aae1bac95e3b5be235116e2bc43da85906c5 (patch) | |
tree | 844734692f40b3e18bf35fbc9e3c3eb4a5610729 /include/linux/sched.h | |
parent | f652fdc9622ee513469f046bceea81ada7fa5b02 (diff) |
Update bcachefs sources to 6f603b8d79 bcachefs: some improvements to startup messages and options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 5011ae7..4a7f8a0 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -147,7 +147,7 @@ static inline u64 ktime_get_real_seconds(void) return ts.tv_sec; } -static inline void ktime_get_real_ts64(struct timespec64 *ts) +static inline void ktime_get_coarse_real_ts64(struct timespec64 *ts) { clock_gettime(CLOCK_MONOTONIC, ts); } |