Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1411908

[PATCH 0/2] stop allocating unnecessary major numbers

From NeilBrown <neilb@suse.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] stop allocating unnecessary major numbers
Date 2016-06-02 08:50 +0200
Message-ID <rFuC5-2sz-19@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Andrew,
 I sent these out to maintainer in March and got generally positive
 responses but these two didn't get upstreamed, so I assume that means
 it falls to your lot to handle them.

Thanks,
NeilBrown


---

NeilBrown (2):
      memstick: don't allocate unused major for ms_block
      NVMe: don't allocate unused nvme_major


 drivers/memstick/core/ms_block.c |   17 ++---------------
 drivers/nvme/host/core.c         |   15 +--------------
 2 files changed, 3 insertions(+), 29 deletions(-)

--
Signature

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] stop allocating unnecessary major numbers NeilBrown <neilb@suse.com> - 2016-06-02 08:50 +0200
  [PATCH 1/2] memstick: don't allocate unused major for ms_block NeilBrown <neilb@suse.com> - 2016-06-02 08:50 +0200
  [PATCH 2/2] NVMe: don't allocate unused nvme_major NeilBrown <neilb@suse.com> - 2016-06-02 08:50 +0200

csiph-web