From bd4fece53f230f018834a3ccd824ac1c658cfcb6 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 24 Jul 2002 19:04:47 +0000 Subject: [PATCH] Missed one... --- lustre/ptlrpc/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index 7db2690..35ef237 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -93,7 +93,7 @@ struct ptlrpc_bulk_desc *ptlrpc_prep_bulk(struct ptlrpc_connection *conn) OBD_ALLOC(desc, sizeof(*desc)); if (desc != NULL) { - bulk->b_connection = ptlrpc_connection_addref(conn); + desc->b_connection = ptlrpc_connection_addref(conn); atomic_set(&desc->b_pages_remaining, 0); atomic_set(&desc->b_refcount, 1); init_waitqueue_head(&desc->b_waitq); -- 1.8.3.1