if: fix segment size

This commit is contained in:
Thomas Schoebel-Theuer 2019-01-08 17:24:58 +01:00
parent 55c650f6b8
commit 25edeb727f

View File

@ -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