bcache: add bcache_ prefix to btree_root() and btree() macros
authorColy Li <colyli@suse.de>
Sun, 22 Mar 2020 06:03:00 +0000 (14:03 +0800)
committerJens Axboe <axboe@kernel.dk>
Sun, 22 Mar 2020 16:06:57 +0000 (10:06 -0600)
commitfeac1a70b806373d076a95b739c4feeceb21e814
tree9ebbd2a7653b51a9fb8ce24c4fd947799b3ad386
parent253a99d95d5b30377b0193f1f1294f9068849c0b
bcache: add bcache_ prefix to btree_root() and btree() macros

This patch changes macro btree_root() and btree() to bcache_btree_root()
and bcache_btree(), to avoid potential generic name clash in future.

NOTE: for product kernel maintainers, this patch can be skipped if
you feel the rename stuffs introduce inconvenince to patch backport.

Suggested-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/btree.c
drivers/md/bcache/btree.h