Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4a87499 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Cleanup to remove the last users of the RPC_WAITQ declaration

parent 47fe0648
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ static void rpc_release_task(struct rpc_task *task);
/*
 * RPC tasks sit here while waiting for conditions to improve.
 */
static RPC_WAITQ(delay_queue, "delayq");
static struct rpc_wait_queue delay_queue;

/*
 * rpciod-related stuff
@@ -1059,6 +1059,11 @@ rpc_init_mempool(void)
		goto err_nomem;
	if (!rpciod_start())
		goto err_nomem;
	/*
	 * The following is not strictly a mempool initialisation,
	 * but there is no harm in doing it here
	 */
	rpc_init_wait_queue(&delay_queue, "delayq");
	return 0;
err_nomem:
	rpc_destroy_mempool();