]> git.baikalelectronics.ru Git - kernel.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)
commitd06cb1cd029cee503705c6c617d648cf592bf856
treecb8aebbcc90dad11273ec6242f102176c9759717
parent386ee863558ec856463cb444b2a21b97cc6e3880
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