diff options
author | Coly Li <colyli@suse.de> | 2020-03-25 09:30:57 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-24 19:56:42 -0600 |
commit | 5ae3a2c03d1f5b33f53ce2ba2e57773fc8b35128 (patch) | |
tree | 55138cd8d328fc8f4dba8d102f864cb801f797ac /block | |
parent | eb9b6666d6ca6f3d9f218fa23ec6135eee1ac3a7 (diff) | |
download | linux-5ae3a2c03d1f5b33f53ce2ba2e57773fc8b35128.tar.bz2 |
bcache: remove dupplicated declaration from btree.h
Commit 253a99d95d5b ("bcache: move macro btree() and btree_root()
into btree.h") makes two duplicated declaration into btree.h,
typedef int (btree_map_keys_fn)();
int bch_btree_map_keys();
The kbuild test robot <lkp@intel.com> detects and reports this
problem and this patch fixes it by removing the duplicated ones.
Fixes: 253a99d95d5b ("bcache: move macro btree() and btree_root() into btree.h")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions