From d80764d4a1f47a4a5bb83f1706b623d421ca672c Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 22 Sep 2005 20:04:01 +0000 Subject: [PATCH] - don't enable capabilities by default --- lustre/mds/handler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 65a3d0b..02b8d22 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -3702,7 +3702,6 @@ static int mds_setup(struct obd_device *obd, obd_count len, void *buf) obd->obd_replayable = 1; mds->mds_crypto_type = NO_CRYPTO; - mds->mds_capa_stat = 1; rc = mds_postsetup(obd); if (rc) -- 1.8.3.1