From: alex Date: Wed, 21 Sep 2005 11:01:02 +0000 (+0000) Subject: - nobody needs these warnings any more X-Git-Tag: v1_7_100~627 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=fe5575fb845c5b537fec463ab0f88824a886ad6c - nobody needs these warnings any more --- diff --git a/lustre/llite/dir.c b/lustre/llite/dir.c index 28f664f..e90f338 100644 --- a/lustre/llite/dir.c +++ b/lustre/llite/dir.c @@ -86,7 +86,6 @@ static int ll_dir_readpage(struct file *file, struct page *page) LASSERT (body != NULL); /* checked by md_readpage() */ LASSERT_REPSWABBED (request, 0); /* swabbed by md_readpage() */ -#warning "FIXME ASAP!" //inode->i_size = body->size; SetPageUptodate(page); } diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c index 2960ee6..0e59db6 100644 --- a/lustre/lmv/lmv_obd.c +++ b/lustre/lmv/lmv_obd.c @@ -1621,7 +1621,6 @@ static int lmv_readpage(struct obd_export *exp, struct lustre_id *id, int rc, i; ENTRY; -#warning "we need well-desgined readdir() implementation" rc = lmv_check_connect(obd); if (rc) RETURN(rc); diff --git a/lustre/mds/mds_open.c b/lustre/mds/mds_open.c index f19174e..b2d4416 100644 --- a/lustre/mds/mds_open.c +++ b/lustre/mds/mds_open.c @@ -1385,7 +1385,6 @@ got_child: } #else /* re-enable test 24n in sanity.sh: it needs LOOKUP lock on open */ -#warning "disable opencache lock for CMD2" #endif /* Step 5: mds_open it */ diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index 0b30bc2..f219db1 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -2398,7 +2398,8 @@ static int mds_reint_unlink(struct mds_update_record *rec, int offset, rc = vfs_rmdir(dparent->d_inode, dchild); break; case S_IFREG: { -#warning "optimization is possible here: we could drop nlink w/o removing local dentry in FIDS/" + /* optimization is possible here: we could drop nlink + * w/o removing local dentry in FIDS */ struct lov_mds_md *lmm = lustre_msg_buf(req->rq_repmsg, offset + 1, 0); handle = fsfilt_start_log(obd, dparent->d_inode,