]> 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)
commite05179e17eb251a259ad3b17b82fa0a8857d8326
treecb8aebbcc90dad11273ec6242f102176c9759717
parenteda8c7156425d9a715ac66396ebaa0c2520b7a26
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