aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorColy Li <colyli@suse.de>2019-06-28 19:59:40 +0800
committerJens Axboe <axboe@kernel.dk>2019-06-28 07:39:15 -0600
commit68a53c95a0fce541321fbca74a7f72c71361f496 (patch)
tree2b82ac21c8a1a30650a3e4161007be4ba0523526 /drivers/md
parentbcache: improve error message in bch_cached_dev_run() (diff)
downloadlinux-dev-68a53c95a0fce541321fbca74a7f72c71361f496.tar.xz
linux-dev-68a53c95a0fce541321fbca74a7f72c71361f496.zip
bcache: remove "XXX:" comment line from run_cache_set()
In previous bcache patches for Linux v5.2, the failure code path of run_cache_set() is tested and fixed. So now the following comment line can be removed from run_cache_set(), /* XXX: test this, it's broken */ Signed-off-by: Coly Li <colyli@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/bcache/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c
index e9e6d653bf70..c53fe0f1629f 100644
--- a/drivers/md/bcache/super.c
+++ b/drivers/md/bcache/super.c
@@ -1979,7 +1979,7 @@ err:
}
closure_sync(&cl);
- /* XXX: test this, it's broken */
+
bch_cache_set_error(c, "%s", err);
return -EIO;