X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=net%2Frxrpc%2Far-connection.c;h=6c71ed1caf16727a587c90ff81dcd6a7abd3d10b;hp=3b5de4b86058334b4d762ef965e86f2877503932;hb=ccf27814a63fc122dc5980453a18847dc5d8429f;hpb=f1e1fabe6b48ec6d9e60715a2d5c3fc7bb6ec7ec diff --git a/net/rxrpc/ar-connection.c b/net/rxrpc/ar-connection.c index 3b5de4b86058..6c71ed1caf16 100644 --- a/net/rxrpc/ar-connection.c +++ b/net/rxrpc/ar-connection.c @@ -808,7 +808,7 @@ void rxrpc_put_connection(struct rxrpc_connection *conn) ASSERTCMP(atomic_read(&conn->usage), >, 0); - conn->put_time = get_seconds(); + conn->put_time = ktime_get_seconds(); if (atomic_dec_and_test(&conn->usage)) { _debug("zombie"); rxrpc_queue_delayed_work(&rxrpc_connection_reap, 0); @@ -852,7 +852,7 @@ static void rxrpc_connection_reaper(struct work_struct *work) _enter(""); - now = get_seconds(); + now = ktime_get_seconds(); earliest = ULONG_MAX; write_lock_bh(&rxrpc_connection_lock);