From: Alasdair G Kergon Date: Fri, 27 Jul 2012 14:07:57 +0000 (+0100) Subject: dm thin: reduce endio_hook pool size X-Git-Tag: v3.2.27~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95dc400b2616a83ef7f3d4df8dde299c177e9236;p=pandora-kernel.git dm thin: reduce endio_hook pool size commit 7768ed33ccdc02801c4483fc5682dc66ace14aea upstream. Reduce the slab size used for the dm_thin_endio_hook mempool. Allocation has been seen to fail on machines with smaller amounts of memory due to fragmentation. lvm: page allocation failure. order:5, mode:0xd0 device-mapper: table: 253:38: thin-pool: Error creating pool's endio_hook mempool Signed-off-by: Alasdair G Kergon Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed