mirror of
https://github.com/schoebel/mars
synced 2025-03-11 07:47:41 +00:00
if: fix segment size
This commit is contained in:
parent
55c650f6b8
commit
25edeb727f
@ -26,8 +26,7 @@
|
||||
|
||||
#include <linux/semaphore.h>
|
||||
|
||||
#define HT_SHIFT 6 //????
|
||||
#define MARS_MAX_SEGMENT_SIZE (1U << (9+HT_SHIFT))
|
||||
#define MARS_MAX_SEGMENT_SIZE (PAGE_SIZE)
|
||||
|
||||
#define MAX_BIO 32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user