Commit 68a53c95 authored by Coly Li's avatar Coly Li Committed by Jens Axboe
Browse files

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: default avatarColy Li <colyli@suse.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent e0faa3d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1979,7 +1979,7 @@ err:
	}

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

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

	return -EIO;