From 50a5b54ab0c86dc08275cd85c76a3d0d2b0fd541 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 23 Mar 2004 21:06:37 +0000 Subject: [PATCH] Filed bug 2991 for this issue. b=2991 --- lustre/mds/mds_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/mds_open.c b/lustre/mds/mds_open.c index ac62bf0..f013e9d 100644 --- a/lustre/mds/mds_open.c +++ b/lustre/mds/mds_open.c @@ -575,7 +575,7 @@ static void reconstruct_open(struct mds_update_record *rec, int offset, mfd = NULL; } -#warning "XXX fixme" + /* #warning "XXX fixme" bug 2991 */ /* Here it used to LASSERT(mfd) if exp_outstanding_reply != NULL. * Now that exp_outstanding_reply is a list, it's just using mfd != NULL * to detect a re-open */ -- 1.8.3.1