Searched hist:"08 fdb2cddbdc783fecadfb606868c4498165fc30" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/md/bcache/ |
H A D | movinggc.c | diff 08fdb2cddbdc783fecadfb606868c4498165fc30 Thu Oct 01 01:50:47 CDT 2020 Coly Li <colyli@suse.de> bcache: remove for_each_cache()
Since now each cache_set explicitly has single cache, for_each_cache() is unnecessary. This patch removes this macro, and update all locations where it is used, and makes sure all code logic still being consistent.
Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | alloc.c | diff 08fdb2cddbdc783fecadfb606868c4498165fc30 Thu Oct 01 01:50:47 CDT 2020 Coly Li <colyli@suse.de> bcache: remove for_each_cache()
Since now each cache_set explicitly has single cache, for_each_cache() is unnecessary. This patch removes this macro, and update all locations where it is used, and makes sure all code logic still being consistent.
Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | journal.c | diff 08fdb2cddbdc783fecadfb606868c4498165fc30 Thu Oct 01 01:50:47 CDT 2020 Coly Li <colyli@suse.de> bcache: remove for_each_cache()
Since now each cache_set explicitly has single cache, for_each_cache() is unnecessary. This patch removes this macro, and update all locations where it is used, and makes sure all code logic still being consistent.
Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | bcache.h | diff 08fdb2cddbdc783fecadfb606868c4498165fc30 Thu Oct 01 01:50:47 CDT 2020 Coly Li <colyli@suse.de> bcache: remove for_each_cache()
Since now each cache_set explicitly has single cache, for_each_cache() is unnecessary. This patch removes this macro, and update all locations where it is used, and makes sure all code logic still being consistent.
Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | btree.c | diff 08fdb2cddbdc783fecadfb606868c4498165fc30 Thu Oct 01 01:50:47 CDT 2020 Coly Li <colyli@suse.de> bcache: remove for_each_cache()
Since now each cache_set explicitly has single cache, for_each_cache() is unnecessary. This patch removes this macro, and update all locations where it is used, and makes sure all code logic still being consistent.
Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | super.c | diff 08fdb2cddbdc783fecadfb606868c4498165fc30 Thu Oct 01 01:50:47 CDT 2020 Coly Li <colyli@suse.de> bcache: remove for_each_cache()
Since now each cache_set explicitly has single cache, for_each_cache() is unnecessary. This patch removes this macro, and update all locations where it is used, and makes sure all code logic still being consistent.
Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|