Re: [PATCH] block/sed: Embed function data into the function sequence

2017-02-23 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

Re: [PATCH] block/sed: Embed function data into the function sequence

2017-02-22 Thread Scott Bauer
On Wed, Feb 22, 2017 at 07:55:13AM -0700, Jon Derrick wrote: > 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

[PATCH] block/sed: Embed function data into the function sequence

2017-02-22 Thread Jon Derrick
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 --- This is 4/4 of [1]: Reverted opal_lock_unlock conditional