From: adilger Date: Tue, 23 Mar 2004 21:06:37 +0000 (+0000) Subject: Filed bug 2991 for this issue. X-Git-Tag: v1_7_100~2410 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=50a5b54ab0c86dc08275cd85c76a3d0d2b0fd541 Filed bug 2991 for this issue. b=2991 --- 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 */