From e6525d7b82a9b7d25428522bec13ef47389686b7 Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 2 Sep 2002 21:39:05 +0000 Subject: [PATCH] Pass UUID along when we have it. --- lustre/obdecho/echo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/obdecho/echo.c b/lustre/obdecho/echo.c index 96f5ba1..a45c875 100644 --- a/lustre/obdecho/echo.c +++ b/lustre/obdecho/echo.c @@ -11,8 +11,8 @@ * by Peter Braam */ -static char rcsid[] __attribute ((unused)) = "$Id: echo.c,v 1.28 2002/08/29 01:18:26 adilger Exp $"; -#define OBDECHO_VERSION "$Revision: 1.28 $" +static char rcsid[] __attribute ((unused)) = "$Id: echo.c,v 1.29 2002/09/02 21:39:05 adilger Exp $"; +#define OBDECHO_VERSION "$Revision: 1.29 $" #define EXPORT_SYMTAB @@ -100,7 +100,7 @@ static int echo_connect(struct lustre_handle *conn, struct obd_device *obd, int rc; MOD_INC_USE_COUNT; - rc = class_connect(conn, obd, NULL); + rc = class_connect(conn, obd, cluuid); if (rc) MOD_DEC_USE_COUNT; -- 1.8.3.1