bcache: remove "XXX:" comment line from run_cache_set()
authorColy Li <colyli@suse.de>
Fri, 28 Jun 2019 11:59:40 +0000 (19:59 +0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 28 Jun 2019 13:39:15 +0000 (07:39 -0600)
commit68a53c95a0fce541321fbca74a7f72c71361f496
tree2b82ac21c8a1a30650a3e4161007be4ba0523526
parente0faa3d7f79f7e1abb43de168e88c76061518ea4
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>
drivers/md/bcache/super.c