projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd842b8
)
libnvdimm, blk: quiet i/o error reporting
author
Dan Williams
<
[email protected]
>
Fri, 25 Mar 2016 01:06:07 +0000
(18:06 -0700)
committer
Dan Williams
<
[email protected]
>
Fri, 22 Apr 2016 19:26:23 +0000
(12:26 -0700)
I/O errors events have the potential to be a high frequency and a log
message for each event can swamp the system. This message is also
redundant with upper layer error reporting.
Cc: Ross Zwisler <
[email protected]
>
Reviewed-by: Johannes Thumshirn <
[email protected]
>
Signed-off-by: Dan Williams <
[email protected]
>
drivers/nvdimm/blk.c
patch
|
blob
|
history
diff --git
a/drivers/nvdimm/blk.c
b/drivers/nvdimm/blk.c
index c8635b3d88a86b5be925c92871df47a4fa43d385..26d039879ba2c7cf9c4cc27e23b2a751a4dee99c 100644
(file)
--- a/
drivers/nvdimm/blk.c
+++ b/
drivers/nvdimm/blk.c
@@
-189,7
+189,7
@@
static blk_qc_t nd_blk_make_request(struct request_queue *q, struct bio *bio)
err = nd_blk_do_bvec(blk_dev, bip, bvec.bv_page, len,
bvec.bv_offset, rw, iter.bi_sector);
if (err) {
- dev_
info
(&blk_dev->nsblk->common.dev,
+ dev_
dbg
(&blk_dev->nsblk->common.dev,
"io error in %s sector %lld, len %d,\n",
(rw == READ) ? "READ" : "WRITE",
(unsigned long long) iter.bi_sector, len);