Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841eb4f
)
Branch:HEAD
author
wangdi
<wangdi>
Wed, 26 Jan 2005 16:12:09 +0000
(16:12 +0000)
committer
wangdi
<wangdi>
Wed, 26 Jan 2005 16:12:09 +0000
(16:12 +0000)
remove unnecessary error msg, cleanup
lustre/ost/ost_handler.c
patch
|
blob
|
history
diff --git
a/lustre/ost/ost_handler.c
b/lustre/ost/ost_handler.c
index
1b89a89
..
616edb5
100644
(file)
--- 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: