md/raid6: move the spare page to a percpu allocation
authorDan Williams <dan.j.williams@intel.com>
Tue, 14 Jul 2009 18:48:22 +0000 (11:48 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 30 Aug 2009 02:09:26 +0000 (19:09 -0700)
In preparation for asynchronous handling of raid6 operations move the
spare page to a percpu allocation to allow multiple simultaneous
synchronous raid6 recovery operations.

Make this allocation cpu hotplug aware to maximize allocation
efficiency.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>

No differences found