Commit 851a8cd3 authored by Joe Thornber's avatar Joe Thornber Committed by Mike Snitzer

dm btree spine: remove extra node_check function declaration

Should have been removed as part of commit f73e2e70 ("dm btree
spine: remove paranoid node_check call in node_prep_for_write()")
Signed-off-by: default avatarJoe Thornber <ejt@redhat.com>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent fc74e0a4
......@@ -15,10 +15,6 @@
#define BTREE_CSUM_XOR 121107
static int node_check(struct dm_block_validator *v,
struct dm_block *b,
size_t block_size);
static void node_prepare_for_write(struct dm_block_validator *v,
struct dm_block *b,
size_t block_size)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment