diff options
author | Coly Li <colyli@suse.de> | 2018-05-03 18:51:37 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-05-03 08:35:16 -0600 |
commit | 09a44ca2114737e0932257619c16a2b50c7807f1 (patch) | |
tree | ff71caabb67181e93da64e7d26c8cf1bde33ca03 /mm/backing-dev.c | |
parent | 4fd8e13843978cbba48b8c21119da60c7fd5910d (diff) | |
download | linux-rt-09a44ca2114737e0932257619c16a2b50c7807f1.tar.gz |
bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set
It is possible that multiple I/O requests hits on failed cache device or
backing device, therefore it is quite common that CACHE_SET_IO_DISABLE is
set already when a task tries to set the bit from bch_cache_set_error().
Currently the message "CACHE_SET_IO_DISABLE already set" is printed by
pr_warn(), which might mislead users to think a serious fault happens in
source code.
This patch uses pr_info() to print the information in such situation,
avoid extra worries. This information is helpful to understand bcache
behavior in cache device failures, so I still keep them in source code.
Fixes: 771f393e8ffc9 ("bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags")
Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'mm/backing-dev.c')
0 files changed, 0 insertions, 0 deletions