From: Peter Oberparleiter Date: Fri, 27 Apr 2007 14:01:34 +0000 (+0200) Subject: [S390] cio: replace subchannel evaluation queue with bitmap X-Git-Tag: v2.6.22-rc1~1130^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83b3370c79b91b9be3f6540c3c914e689134b45f;p=pandora-kernel.git [S390] cio: replace subchannel evaluation queue with bitmap Use a bitmap for indicating which subchannels require evaluation instead of allocating memory for each evaluation request. This approach reduces memory consumption during recovery in case of massive evaluation request occurrence and removes the need for memory allocation failure handling. Cc: Heiko Carstens Signed-off-by: Peter Oberparleiter Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed