From 568af4b578eba3cc85a04bf1b0a228cdb6ebd5ff Mon Sep 17 00:00:00 2001 From: Nikunj A Dadhania Date: Mon, 18 Nov 2013 08:22:19 +0530 Subject: [PATCH] Increase quiesce tokens array size 16 is too less, push it to 256 Signed-off-by: Nikunj A Dadhania --- slof/fs/quiesce.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slof/fs/quiesce.fs b/slof/fs/quiesce.fs index f3998db..47006e4 100644 --- a/slof/fs/quiesce.fs +++ b/slof/fs/quiesce.fs @@ -11,7 +11,7 @@ \ ****************************************************************************/ -10 CONSTANT quiesce-xt# +100 CONSTANT quiesce-xt# \ The array with the quiesce execution tokens: CREATE quiesce-xts quiesce-xt# cells allot