From: adilger Date: Mon, 2 Sep 2002 21:39:05 +0000 (+0000) Subject: Pass UUID along when we have it. X-Git-Tag: 0.5.6~28 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e6525d7b82a9b7d25428522bec13ef47389686b7;p=fs%2Flustre-release.git Pass UUID along when we have it. --- 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;