]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
block/sed: Embed function data into the function sequence
authorJon Derrick <jonathan.derrick@intel.com>
Wed, 22 Feb 2017 14:55:13 +0000 (07:55 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 22 Feb 2017 18:54:49 +0000 (11:54 -0700)
commiteed64951f15d63beac75e0f848ac03c14f8a4a6c
treecb8aebbcc90dad11273ec6242f102176c9759717
parent48efbfbf6353af15d97ef37216146e550403c773
block/sed: Embed function data into the function sequence

By embedding the function data with the function sequence, we can
eliminate the external function data and state variable code. It also
made obvious some other small cleanups.

Signed-off-by: Jon Derrick <jonathan.derrick@intel.com>
Reviewed-by: Scott Bauer <scott.bauer@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/sed-opal.c