]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/rxrpc/rxkad.c
Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().
[net-next-2.6.git] / net / rxrpc / rxkad.c
index 5ec705144e10f7500b51755699afc97f3aa0e2a5..ac3cabdca78cb9e2ec3285cf3d6084315c336015 100644 (file)
@@ -916,7 +916,7 @@ static int rxkad_decrypt_ticket(struct rxrpc_connection *conn,
                issue = be32_to_cpu(stamp);
        }
        p += 4;
-       now = xtime.tv_sec;
+       now = get_seconds();
        _debug("KIV ISSUE: %lx [%lx]", issue, now);
 
        /* check the ticket is in date */