VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Thomas Gleixner <tglx@linutronix.de> 2016-12-25 12:30:41 +0100 committer: Thomas Gleixner <tglx@linutronix.de> 2016-12-25 17:21:22 +0100 commit: 8b0e195314fabd58a331c4f7b6db75a1565535d7 parent: 2456e855354415bfaeb7badaa14e11b3e02c8466
Commit Summary:
ktime: Cleanup ktime_set() usage
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c
index 35502d4046f5..f631a70407f6 100644
--- a/fs/dlm/lock.c
+++ b/fs/dlm/lock.c
@@ -1395,7 +1395,7 @@ static int nodeid_warned(int nodeid, int num_nodes, int *warned)
 void dlm_scan_waiters(struct dlm_ls *ls)
 {
 	struct dlm_lkb *lkb;
-	ktime_t zero = ktime_set(0, 0);
+	ktime_t zero = 0;
 	s64 us;
 	s64 debug_maxus = 0;
 	u32 debug_scanned = 0;