Robert Elliott
432f16e64f
fs: clarify rate limit suppressed buffer I/O errors
...
When quiet_error applies rate limiting to buffer_io_error calls, what the
they apply to is unclear because the name is so generic, particularly
if the messages are interleaved with others:
[ 1936.063572] quiet_error: 664293 callbacks suppressed
[ 1936.065297] Buffer I/O error on dev sdr, logical block 257429952, lost async page write
[ 1936.067814] Buffer I/O error on dev sdr, logical block 257429953, lost async page write
Also, the function uses printk_ratelimit(), although printk.h includes a
comment advising "Please don't use... Instead use printk_ratelimited()."
Change buffer_io_error to check the BH_Quiet bit itself, drop the
printk_ratelimit call, and print using printk_ratelimited.
This makes the messages look like:
[ 387.208839] buffer_io_error: 676394 callbacks suppressed
[ 387.210693] Buffer I/O error on dev sdr, logical block 211291776, lost async page write
[ 387.213432] Buffer I/O error on dev sdr, logical block 211291777, lost async page write
Signed-off-by: Robert Elliott <elliott@hp.com>
Reviewed-by: Webb Scales <webbnh@hp.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2014-10-21 13:55:11 -06:00
..
2014-10-09 02:39:04 -04:00
2014-08-08 15:57:24 -07:00
2014-10-14 02:18:22 +02:00
2014-10-13 16:23:15 +02:00
2014-10-14 02:18:16 +02:00
2014-10-14 02:18:20 +02:00
2014-08-08 15:57:24 -07:00
2014-10-18 13:32:17 -07:00
2014-10-14 08:40:15 +02:00
2014-10-15 06:46:01 +02:00
2014-10-17 17:17:12 -05:00
2014-08-08 15:57:20 -07:00
2014-06-04 16:53:53 -07:00
2014-08-08 15:57:25 -07:00
2014-07-09 16:58:21 -07:00
2014-06-06 16:08:14 -07:00
2014-10-14 15:11:48 -05:00
2014-10-13 11:28:42 +02:00
2014-06-04 16:54:14 -07:00
2014-08-08 15:57:18 -07:00
2014-08-08 15:57:24 -07:00
2014-06-04 16:54:14 -07:00
2014-09-08 09:51:29 +09:00
2014-10-11 08:02:31 -04:00
2014-10-20 09:50:11 -07:00
2014-10-07 11:54:41 -07:00
2014-10-14 02:18:20 +02:00
2014-04-04 15:39:39 -07:00
2014-10-13 17:52:21 +01:00
2014-10-09 02:38:57 -04:00
2014-10-13 11:28:42 +02:00
2014-10-14 02:18:20 +02:00
2014-06-12 10:30:18 -07:00
2014-08-07 14:40:09 -04:00
2014-08-08 15:57:22 -07:00
2014-06-04 16:54:11 -07:00
2014-10-14 02:18:24 +02:00
2014-09-04 22:36:35 -04:00
2014-09-18 00:58:12 -04:00
2014-10-09 02:39:01 -04:00
2014-10-13 16:23:15 +02:00
2014-10-09 02:38:56 -04:00
2014-10-11 13:21:34 -04:00
2014-08-06 18:01:12 -07:00
2014-08-08 15:57:20 -07:00
2014-10-14 02:18:16 +02:00
2014-10-18 12:52:08 -07:00
2014-09-17 16:33:11 -04:00
2014-10-13 16:23:15 +02:00
2014-10-14 02:18:20 +02:00
2014-01-25 03:14:05 -05:00
2014-10-11 13:21:34 -04:00
2014-10-16 12:53:35 +01:00
2014-10-14 02:18:24 +02:00
2014-10-14 02:18:22 +02:00
2014-03-13 10:14:33 -04:00
2014-10-14 02:18:28 +02:00
2014-10-15 13:51:33 -07:00
2014-03-13 10:14:33 -04:00
2014-08-08 15:57:26 -07:00
2014-09-08 09:51:29 +09:00
2014-08-08 15:57:18 -07:00
2014-10-14 02:18:20 +02:00
2014-08-08 15:57:25 -07:00
2014-08-06 18:01:13 -07:00
2014-06-03 08:11:18 -07:00
2014-05-06 17:38:00 -04:00
2014-09-30 09:29:44 +03:00
2014-10-09 13:06:14 +02:00
2014-10-14 02:18:20 +02:00
2014-10-18 11:53:51 -07:00
2014-09-24 13:31:50 -04:00
2014-03-27 09:52:54 -07:00
2014-06-10 13:57:22 -07:00
2014-08-07 14:40:09 -04:00
2014-10-09 02:39:00 -04:00
2014-10-09 02:39:00 -04:00
2014-10-09 02:39:00 -04:00
2013-10-24 23:34:54 -04:00
2014-06-04 16:54:21 -07:00
2014-10-14 02:18:16 +02:00
2014-10-18 11:53:51 -07:00
2014-10-21 13:55:11 -06:00
2013-11-14 12:08:14 +09:00
2014-03-04 08:05:21 +00:00
2014-07-11 13:53:04 +03:00
2014-10-09 02:39:16 -04:00
2014-10-14 02:18:21 +02:00
2014-10-12 17:09:05 -04:00
2014-01-29 16:22:40 -08:00
2014-09-26 21:16:51 -04:00
2014-06-06 16:08:16 -07:00
2014-01-25 03:13:04 -05:00
2014-09-10 15:42:12 -07:00
2014-10-09 02:39:00 -04:00
2014-09-09 16:01:36 -04:00
2014-10-13 11:28:42 +02:00
2014-10-13 15:44:12 +02:00
2014-04-03 16:21:05 -07:00
2014-08-07 14:40:09 -04:00
2013-11-06 12:40:26 +01:00
2014-07-16 15:10:39 +02:00
2014-08-08 15:57:31 -07:00
2014-10-13 11:28:42 +02:00
2013-10-24 23:34:54 -04:00
2014-09-17 16:33:11 -04:00
2014-10-07 14:06:12 -04:00
2014-10-07 14:06:13 -04:00
2014-08-07 14:40:08 -04:00
2014-06-25 22:08:29 -04:00
2014-10-09 02:38:55 -04:00
2014-10-09 22:25:53 -04:00
2014-10-13 11:28:42 +02:00
2014-10-15 06:43:27 +02:00
2014-08-01 02:36:04 -04:00
2014-05-06 17:39:42 -04:00
2014-08-30 18:31:41 -04:00
2014-04-01 23:19:08 -04:00
2014-05-06 13:58:42 -04:00
2014-07-29 18:08:50 -07:00
2014-10-09 02:39:05 -04:00
2014-06-04 16:53:52 -07:00
2013-11-13 15:34:18 +09:00
2014-07-03 09:21:54 -07:00
2014-06-12 00:28:09 -04:00
2014-08-26 09:35:56 +02:00
2013-11-09 00:16:31 -05:00
2013-10-12 13:12:31 -07:00
2014-10-13 11:28:42 +02:00
2014-09-05 08:16:21 -07:00
2014-08-27 11:17:48 +02:00
2013-11-09 00:16:44 -05:00
2014-10-12 17:09:10 -04:00