| Index: include/linux/dm-bht.h
|
| diff --git a/include/linux/dm-bht.h b/include/linux/dm-bht.h
|
| index 8d6097ef77c6d75ca2466ade95fa5f197d58528b..37c501de36511ecb7fd1cc20b88abdc1eee2510e 100644
|
| --- a/include/linux/dm-bht.h
|
| +++ b/include/linux/dm-bht.h
|
| @@ -18,7 +18,6 @@
|
| * max to use for now.
|
| */
|
| #define DM_BHT_MAX_DIGEST_SIZE 128 /* 1k hashes are unlikely for now */
|
| -#define DM_BHT_MAX_NODE_COUNT 256
|
|
|
| /* UNALLOCATED, PENDING, READY, and VERIFIED are valid states. All other
|
| * values are entry-related return codes.
|
|
|