mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 18:41:23 +00:00
dm btree spine: remove extra node_check function declaration
Should have been removed as part of commit f73e2e70ec
("dm btree
spine: remove paranoid node_check call in node_prep_for_write()")
Signed-off-by: Joe Thornber <ejt@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
This commit is contained in:
parent
fc74e0a40e
commit
851a8cd3f0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user