All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 4.10-rc
Date: Fri, 20 Jan 2017 12:20:47 -0800	[thread overview]
Message-ID: <cdb5bd64-414f-4e97-d8df-717703b347b0@kernel.dk> (raw)

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

             reply	other threads:[~2017-01-20 20:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-20 20:20 Jens Axboe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-27 19:41 [GIT PULL] Block fixes for 4.10-rc Jens Axboe
2017-01-15  0:28 Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cdb5bd64-414f-4e97-d8df-717703b347b0@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.