fellow_log: Flexelint LBUF_DSKPOOL_SIZE

Ref c1c9c4c7
parent c1c9c4c7
......@@ -412,7 +412,7 @@ assert_seq_macros(void)
// <4K to fit in logblk
#define LBUF_DSKPOOL_SIZE \
(((1<<12) - sizeof(void *) - 2 * ( \
((((1<<12) - sizeof(void *)) - 2 * ( \
sizeof(struct buddy_reqs) + sizeof(unsigned))) / \
(2 * sizeof(struct i_reqalloc)))
#define LOGBLK_MEMPOOL_SIZE 2
......
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