]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_request
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 8 Nov 2011 17:01:40 +0000 (09:01 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 01:02:07 +0000 (17:02 -0800)
commit0b0528553675e45537fdefc324302251d46488db
treea975ba1b09cf55efaea5c68d4960637c77b4af1e
parent9a0afb3c60f7b5e0eb0ffb9a7cb3ef6d575b54b5
Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_request

We intend to use the storage driver to manage the root device.
To avoid deadlocks, use mempools to allocate struct storvsc_cmd_request.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/storvsc_drv.c