From: Alex Hornung Date: Sun, 28 Aug 2011 21:57:45 +0000 (+0000) Subject: dsched - increase max size of diskctx X-Git-Tag: v2.12.0~107 X-Git-Url: https://gitweb.dragonflybsd.org/~hofmann/dragonfly.git/commitdiff_plain/167a564feae1eef813ae79ff2a50c169ee0a1afc dsched - increase max size of diskctx --- diff --git a/sys/sys/dsched.h b/sys/sys/dsched.h index f1d934793a..199c5d9641 100644 --- a/sys/sys/dsched.h +++ b/sys/sys/dsched.h @@ -235,7 +235,7 @@ TAILQ_HEAD(dsched_policy_head, dsched_policy); #define DSCHED_THREAD_CTX_MAX_SZ sizeof(struct dsched_thread_ctx) #define DSCHED_THREAD_IO_MAX_SZ 384 -#define DSCHED_DISK_CTX_MAX_SZ 512 +#define DSCHED_DISK_CTX_MAX_SZ 1024 #define DSCHED_POLICY_MODULE(name, evh) \ static moduledata_t name##_mod = { \