From 61552f89af66d89f8803caad64c2f9b9ea3f355d Mon Sep 17 00:00:00 2001 From: rread Date: Wed, 12 Nov 2003 06:18:47 +0000 Subject: [PATCH] - add /sbin/mount.lustre to rpm --- lustre/obdclass/obd_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/obd_config.c b/lustre/obdclass/obd_config.c index 91090a1..aeda07c 100644 --- a/lustre/obdclass/obd_config.c +++ b/lustre/obdclass/obd_config.c @@ -151,7 +151,7 @@ int class_attach(struct lustre_cfg *lcfg) RETURN(-EINVAL); } memcpy(obd->obd_uuid.uuid, uuid, len); - + /* do the attach */ if (OBP(obd, attach)) err = OBP(obd,attach)(obd, sizeof *lcfg, lcfg); -- 1.8.3.1