From: Michael Holzheu Date: Fri, 10 Aug 2007 12:32:30 +0000 (+0200) Subject: [S390] vmur: allocate single record buffers instead of one big data buffer X-Git-Tag: v2.6.23-rc3~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eade380c5f3e69348531ade5e9f9c5ae6485874;p=pandora-kernel.git [S390] vmur: allocate single record buffers instead of one big data buffer vmur allocates one contiguous kernel buffer to copy user data when creating ccw programs for punch or printer. If big block sizes are used, under memory pressure it can happen, that we do not get memory in one chunk. Now we allocate memory for each single record to avoid high order allocations. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed