Thomas Gleixner
5eaaed4fe2
fs: lockd: Use ktime_get_ns()
Replace the ever recurring:
ts = ktime_get_ts();
ns = timespec_to_ns(&ts);
with
ns = ktime_get_ns();
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Trond Myklebust <trond.myklebust@primarydata.com>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
2014-07-23 15:01:44 -07:00
..
2014-05-06 17:54:53 -04:00
2013-08-05 15:03:46 -04:00
2013-08-05 15:03:46 -04:00
2014-05-06 17:54:53 -04:00
2012-07-27 16:49:22 -04:00
2013-02-28 18:02:55 -08:00
2010-12-16 12:37:23 -05:00
2014-07-23 15:01:44 -07:00
2012-10-01 15:27:34 -07:00
2012-08-01 10:26:23 -07:00
2014-06-10 11:50:57 -07:00
2014-02-13 14:55:02 -05:00
2012-10-17 10:14:14 -04:00
2008-04-23 16:13:39 -04:00
2014-05-06 17:54:54 -04:00
2010-12-16 12:37:23 -05:00
2014-05-06 17:54:53 -04:00