From 32a6a65b510c7f5f50d68f69f0cac85bceb268c4 Mon Sep 17 00:00:00 2001 From: braam Date: Mon, 15 Sep 2003 05:04:06 +0000 Subject: [PATCH] - lstripe code for b_devel - error handling is not complete yet (sanity 27f fails) - lfind interaction (27g 34's) untested --- lustre/mdc/mdc_locks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/mdc/mdc_locks.c b/lustre/mdc/mdc_locks.c index 6254e41..782c51a 100644 --- a/lustre/mdc/mdc_locks.c +++ b/lustre/mdc/mdc_locks.c @@ -218,8 +218,8 @@ int mdc_enqueue(struct obd_export *exp, size[2] = sizeof(struct mds_rec_create); size[3] = data->namelen + 1; size[4] = obddev->u.cli.cl_max_mds_easize; - req = ptlrpc_prep_req(class_exp2cliimp(exp), LDLM_ENQUEUE, 5, - size, NULL); + req = ptlrpc_prep_req(class_exp2cliimp(exp), LDLM_ENQUEUE, + 5, size, NULL); if (!req) RETURN(-ENOMEM); -- 1.8.3.1