Hi Linus,

Just two small fixes for this -rc. One is just killing an unused
variable from Keith, but the other fixes a performance regression for
nbd in this series, where we inadvertently flipped when we set MSG_MORE
when outputting data.

Please pull!


  git://git.kernel.dk/linux-block.git for-linus


----------------------------------------------------------------
Josef Bacik (1):
      nbd: only set MSG_MORE when we have more to send

Keith Busch (1):
      blk-mq: Remove unused variable

 block/blk-mq.c      | 1 -
 drivers/block/nbd.c | 6 ++----
 2 files changed, 2 insertions(+), 5 deletions(-)

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-block" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to