Skip to content

Commit

Permalink
bcache: remove "XXX:" comment line from run_cache_set()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Coly Li authored and Jens Axboe committed Jun 28, 2019
1 parent e0faa3d commit 68a53c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/bcache/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ static int run_cache_set(struct cache_set *c)
}

closure_sync(&cl);
/* XXX: test this, it's broken */

bch_cache_set_error(c, "%s", err);

return -EIO;
Expand Down

0 comments on commit 68a53c9

Please sign in to comment.