projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f80b4e6
)
bcachefs: use same timesource as current_time()
author
Kent Overstreet
<kent.overstreet@gmail.com>
Tue, 16 Apr 2019 20:03:31 +0000
(16:03 -0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:20 +0000
(17:08 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/bcachefs.h
patch
|
blob
|
history
diff --git
a/fs/bcachefs/bcachefs.h
b/fs/bcachefs/bcachefs.h
index 72f9f5f9abe908970a2f74e1b2b9fcbf58a6b391..6f33121736bb812c9e459dd79d34646423765f5c 100644
(file)
--- a/
fs/bcachefs/bcachefs.h
+++ b/
fs/bcachefs/bcachefs.h
@@
-838,7
+838,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);
}