diff options
author | Thomas Gleixner <[email protected]> | 2014-07-16 21:04:46 +0000 |
---|---|---|
committer | John Stultz <[email protected]> | 2014-07-23 15:01:44 -0700 |
commit | 5eaaed4fe23247f0784edc2973f04134f8180251 (patch) | |
tree | fe0922873243243ca8c1a3e5412396fbb1f8a546 /fs/jbd2/commit.c | |
parent | 14a7004671246d1b799f545335995a9897de1268 (diff) |
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 <[email protected]>
Acked-by: Trond Myklebust <[email protected]>
Cc: "J. Bruce Fields" <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions