diff options
author | Thomas Gleixner <[email protected]> | 2014-07-16 21:04:40 +0000 |
---|---|---|
committer | John Stultz <[email protected]> | 2014-07-23 10:18:07 -0700 |
commit | 9e93f21b4309572c646bd8141a4853be5c031523 (patch) | |
tree | c90ff5bf99d92a78308fd4b3ac7b54acaaccedcc /fs/jbd2/commit.c | |
parent | f2dec1eae8029bb056a3c1b2d3373681fa8e3e7a (diff) |
connector: 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]>
Cc: Evgeniy Polyakov <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions