]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
greybus: create a slab cache for operations
authorAlex Elder <elder@linaro.org>
Mon, 20 Oct 2014 15:27:56 +0000 (10:27 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 20 Oct 2014 22:25:54 +0000 (06:25 +0800)
commit5b3db0ddaaf7e844dd0efbaa11a1cec4700aff34
treef2788ead2e6f18c0a963b32bd7e4850a155a168a
parent599dc6aa8ed91addf38814de22bdb5bb813a95aa
greybus: create a slab cache for operations

Everything we do on greybus will involve an operation, so create a
slab cache for that frequently-allocated data structure.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/operation.c