commit | 7768ed33ccdc02801c4483fc5682dc66ace14aea | [log] [tgz] |
---|---|---|
author | Alasdair G Kergon <agk@redhat.com> | Fri Jul 27 15:07:57 2012 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Jul 27 15:07:57 2012 +0100 |
tree | 355d56037f8d0ff19e1dc332aeecf3ffd2c70f88 | |
parent | bdc0077af574800d24318b6945cf2344e8dbb050 [diff] |
dm thin: reduce endio_hook pool size 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 Cc: stable@vger.kernel.org Signed-off-by: Alasdair G Kergon <agk@redhat.com>