diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-07-16 21:04:46 +0000 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2014-07-23 15:01:44 -0700 |
commit | 5eaaed4fe23247f0784edc2973f04134f8180251 (patch) | |
tree | fe0922873243243ca8c1a3e5412396fbb1f8a546 /fs/notify | |
parent | 14a7004671246d1b799f545335995a9897de1268 (diff) | |
download | op-kernel-dev-5eaaed4fe23247f0784edc2973f04134f8180251.zip op-kernel-dev-5eaaed4fe23247f0784edc2973f04134f8180251.tar.gz |
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>
Diffstat (limited to 'fs/notify')
0 files changed, 0 insertions, 0 deletions