Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

bcache: fix mistaken code comments in bcache.h



This patch updates the code comment in struct cache with correct array
names, to make the code to be more comprehensible.

Signed-off-by: default avatarColy Li <colyli@suse.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent e57fd746
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -423,9 +423,9 @@ struct cache {
	/*
	 * When allocating new buckets, prio_write() gets first dibs - since we
	 * may not be allocate at all without writing priorities and gens.
	 * prio_buckets[] contains the last buckets we wrote priorities to (so
	 * gc can mark them as metadata), prio_next[] contains the buckets
	 * allocated for the next prio write.
	 * prio_last_buckets[] contains the last buckets we wrote priorities to
	 * (so gc can mark them as metadata), prio_buckets[] contains the
	 * buckets allocated for the next prio write.
	 */
	uint64_t		*prio_buckets;
	uint64_t		*prio_last_buckets;