From: wangdi Date: Wed, 26 Jan 2005 16:12:09 +0000 (+0000) Subject: Branch:HEAD X-Git-Tag: 1.3.4~168 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e9d90bb29e66e33874cb741d142fe4dcc63fa280;p=fs%2Flustre-release.git Branch:HEAD remove unnecessary error msg, cleanup --- 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: