From 17224941241a76ec818c4a64451d797252a98241 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Tue, 16 Apr 2019 16:03:31 -0400 Subject: bcachefs: use same timesource as current_time() --- fs/bcachefs/bcachefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/bcachefs/bcachefs.h b/fs/bcachefs/bcachefs.h index 438e646e225e..e675d22cfe4d 100644 --- a/fs/bcachefs/bcachefs.h +++ b/fs/bcachefs/bcachefs.h @@ -835,7 +835,7 @@ static inline s64 bch2_current_time(struct bch_fs *c) { struct timespec64 now; - ktime_get_real_ts64(&now); + ktime_get_coarse_real_ts64(&now); return timespec_to_bch2_time(c, now); } -- cgit v1.2.3