From baba3eb4c6cf0c98ffc7855a88e2e4fcaca97c39 Mon Sep 17 00:00:00 2001 From: zam Date: Fri, 3 Jul 2009 14:55:46 +0000 Subject: [PATCH] Branch b1_8 b=19963 i=johann mds_lookup: misplaced EXIT debug marker. --- lustre/mds/mds_reint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index d315dd2..c6b019e 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -89,7 +89,7 @@ struct dentry *mds_lookup(struct obd_device *obd, const char *fid_name, { struct dentry *dchild; struct lr_server_data *lsd = obd->u.mds.mds_server_data; - EXIT; + ENTRY; dchild = ll_lookup_one_len(fid_name, dparent, fid_namelen); if (!IS_ERR(dchild) && -- 1.8.3.1