From e9d90bb29e66e33874cb741d142fe4dcc63fa280 Mon Sep 17 00:00:00 2001 From: wangdi Date: Wed, 26 Jan 2005 16:12:09 +0000 Subject: [PATCH] Branch:HEAD remove unnecessary error msg, cleanup --- lustre/ost/ost_handler.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index 1b89a89..616edb5 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -747,12 +747,9 @@ int ost_brw_write(struct ptlrpc_request *req, struct obd_trans_info *oti) } LASSERT(j == npages); } + /*XXX This write extents only for write-back cache extents*/ rc = obd_write_extents(req->rq_export, ioo, objcount, niocount, local_nb, rc); - if (rc) { - CERROR("write extents error of id "LPU64" rc=%d\n", - ioo->ioo_id, rc); - } out_bulk: ptlrpc_free_bulk(desc); out_local: -- 1.8.3.1