Distributed Replicated Block Device (DRBD) development
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@the-dreams.de>
To: Kent Overstreet <kmo@daterainc.com>
Cc: "Linus Walleij" <linus.walleij@linaro.org>,
	"Paul Mackerras" <paulus@samba.org>,
	"Christoph Hellwig" <hch@lst.de>,
	"James E.J. Bottomley" <JBottomley@parallels.com>,
	"Alon Levy" <alevy@redhat.com>,
	"Davidlohr Bueso" <davidlohr.bueso@hp.com>,
	"Ohad Ben-Cohen" <ohad@wizery.com>,
	"John W. Linville" <linville@tuxdriver.com>,
	"Inki Dae" <inki.dae@samsung.com>,
	"Alex Williamson" <alex.williamson@redhat.com>,
	"David Teigland" <teigland@redhat.com>,
	"Joel Becker" <jlbec@evilplan.org>,
	"Tim Gardner" <tim.gardner@canonical.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Seung-Woo Kim" <sw0312.kim@samsung.com>,
	linux-kernel@vger.kernel.org, "Li Zefan" <lizefan@huawei.com>,
	"Tejun Heo" <tj@kernel.org>, "Guo Chao" <yan@linux.vnet.ibm.com>,
	akpm@linux-foundation.org, "Andy Grover" <agrover@redhat.com>,
	"Dmitry Torokhov" <dtor@vmware.com>,
	"David Airlie" <airlied@linux.ie>,
	"Anil Gurumurthy" <agurumur@brocade.com>,
	dm-devel@redhat.com, "Alasdair Kergon" <agk@redhat.com>,
	"Lars Ellenberg" <drbd-dev@lists.linbit.com>,
	"Thomas Hellstrom" <thellstrom@vmware.com>,
	"Vinod Koul" <vinod.koul@intel.com>,
	"Eduardo Valentin" <eduardo.valentin@ti.com>,
	"Dave Airlie" <airlied@redhat.com>, "Chris Ball" <cjb@laptop.org>,
	"Hal Rosenstock" <hal.rosenstock@gmail.com>,
	"Rik van Riel" <riel@redhat.com>,
	"Peter Zijlstra" <a.p.zijlstra@chello.nl>,
	"Mark Fasheh" <mfasheh@suse.com>,
	"Mike Marciniszyn" <infinipath@intel.com>,
	"Steve Wise" <swise@chelsio.com>,
	"Maarten Lankhorst" <maarten.lankhorst@canonical.com>,
	"Anton Vorontsov" <cbou@mail.ru>,
	"Kyungmin Park" <kyungmin.park@samsung.com>,
	"Dan Williams" <djbw@fb.com>,
	"James Smart" <james.smart@emulex.com>,
	"Jason Wang" <jasowang@redhat.com>,
	"Trond Myklebust" <Trond.Myklebust@netapp.com>,
	"Omar Ramirez Luna" <omar.ramirez@copitl.com>,
	"Sean Hefty" <sean.hefty@intel.com>,
	"Christine Caulfield" <ccaulfie@redhat.com>,
	"Doug Gilbert" <dgilbert@interlog.com>,
	"Grant Likely" <grant.likely@linaro.org>,
	"Sasha Levin" <sasha.levin@oracle.com>,
	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
	"Dan Magenheimer" <dan.magenheimer@oracle.com>,
	"Alex Dubov" <oakad@yahoo.com>,
	"Haggai Eran" <haggaie@mellanox.com>,
	"Rodolfo Giometti" <giometti@enneenne.com>,
	"Tatyana Nikolova" <Tatyana.E.Nikolova@intel.com>,
	"Eric Dumazet" <edumazet@google.com>,
	"FUJITA Tomonori" <fujita.tomonori@lab.ntt.co.jp>,
	"Stefan Richter" <stefanr@s5r6.in-berlin.de>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"David S. Miller" <davem@davemloft.net>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Daniel Vetter" <daniel.vetter@ffwll.ch>,
	"Kai Mäkisara" <Kai.Makisara@kolumbus.fi>,
	"David Howells" <dhowells@redhat.com>,
	"Hans J. Koch" <hjk@hansjkoch.de>,
	"Michel Lespinasse" <walken@google.com>,
	"Chas Williams" <chas@cmf.nrl.navy.mil>,
	"Joonyoung Shim" <jy0922.shim@samsung.com>,
	"Ingo Molnar" <mingo@redhat.com>,
	"Brian Paul" <brianp@vmware.com>,
	"Arnaldo Carvalho de Melo" <acme@ghostprotocols.net>,
	"Zhang Rui" <rui.zhang@intel.com>,
	"Roland Dreier" <roland@kernel.org>,
	"Erez Shitrit" <erezsh@mellanox.co.il>,
	"Vijaya Mohan Guvva" <vmohan@brocade.com>,
	"Christoph Raisch" <raisch@de.ibm.com>,
	"Hoang-Nam Nguyen" <hnguyen@de.ibm.com>,
	"Samuel Ortiz" <sameo@linux.intel.com>,
	"Jens Axboe" <axboe@kernel.dk>,
	"Masanari Iida" <standby24x7@gmail.com>,
	"Willem Riede" <osst@riede.org>,
	"Johannes Berg" <johannes@sipsolutions.net>,
	"David Woodhouse" <dwmw2@infradead.org>,
	"Guennadi Liakhovetski" <g.liakhovetski@gmx.de>,
	"Al Viro" <viro@zeniv.linux.org.uk>
Subject: Re: [Drbd-dev] [PATCH 07/10] idr: Rename idr_alloc() -> idr_alloc_range()
Date: Wed, 7 Aug 2013 21:04:53 +0200	[thread overview]
Message-ID: <20130807190453.GL2978@katana> (raw)
In-Reply-To: <1375897579-8202-7-git-send-email-kmo@daterainc.com>

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

On Wed, Aug 07, 2013 at 10:46:16AM -0700, Kent Overstreet wrote:
> Then also add an idr_alloc() wrapper, without the start/end arguments -
> for consistency with the ida interfaces.
> 
> Signed-off-by: Kent Overstreet <kmo@daterainc.com>

For my taste, the motivation of the change could be described in a bit
more detail.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2013-08-09  7:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1375896905-6074-1-git-send-email-kmo@daterainc.com>
2013-08-07 17:46 ` [Drbd-dev] [PATCH 07/10] idr: Rename idr_alloc() -> idr_alloc_range() Kent Overstreet
2013-08-07 19:04   ` Wolfram Sang [this message]
     [not found] <1371600150-23557-1-git-send-email-koverstreet@google.com>
2013-06-19  0:02 ` Kent Overstreet

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=20130807190453.GL2978@katana \
    --to=wsa@the-dreams.de \
    --cc=JBottomley@parallels.com \
    --cc=Kai.Makisara@kolumbus.fi \
    --cc=Tatyana.E.Nikolova@intel.com \
    --cc=Trond.Myklebust@netapp.com \
    --cc=a.p.zijlstra@chello.nl \
    --cc=acme@ghostprotocols.net \
    --cc=agk@redhat.com \
    --cc=agrover@redhat.com \
    --cc=agurumur@brocade.com \
    --cc=airlied@linux.ie \
    --cc=airlied@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=alevy@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=arnd@arndb.de \
    --cc=axboe@kernel.dk \
    --cc=brianp@vmware.com \
    --cc=cbou@mail.ru \
    --cc=ccaulfie@redhat.com \
    --cc=chas@cmf.nrl.navy.mil \
    --cc=cjb@laptop.org \
    --cc=dan.magenheimer@oracle.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=davem@davemloft.net \
    --cc=davidlohr.bueso@hp.com \
    --cc=dgilbert@interlog.com \
    --cc=dhowells@redhat.com \
    --cc=djbw@fb.com \
    --cc=dm-devel@redhat.com \
    --cc=drbd-dev@lists.linbit.com \
    --cc=dtor@vmware.com \
    --cc=dwmw2@infradead.org \
    --cc=eduardo.valentin@ti.com \
    --cc=edumazet@google.com \
    --cc=erezsh@mellanox.co.il \
    --cc=fujita.tomonori@lab.ntt.co.jp \
    --cc=g.liakhovetski@gmx.de \
    --cc=giometti@enneenne.com \
    --cc=grant.likely@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=haggaie@mellanox.com \
    --cc=hal.rosenstock@gmail.com \
    --cc=hch@lst.de \
    --cc=hjk@hansjkoch.de \
    --cc=hnguyen@de.ibm.com \
    --cc=infinipath@intel.com \
    --cc=inki.dae@samsung.com \
    --cc=james.smart@emulex.com \
    --cc=jasowang@redhat.com \
    --cc=jlbec@evilplan.org \
    --cc=johannes@sipsolutions.net \
    --cc=jy0922.shim@samsung.com \
    --cc=kmo@daterainc.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=lizefan@huawei.com \
    --cc=maarten.lankhorst@canonical.com \
    --cc=mfasheh@suse.com \
    --cc=mingo@redhat.com \
    --cc=mst@redhat.com \
    --cc=oakad@yahoo.com \
    --cc=ohad@wizery.com \
    --cc=omar.ramirez@copitl.com \
    --cc=osst@riede.org \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=paulus@samba.org \
    --cc=raisch@de.ibm.com \
    --cc=riel@redhat.com \
    --cc=roland@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=sameo@linux.intel.com \
    --cc=sasha.levin@oracle.com \
    --cc=sean.hefty@intel.com \
    --cc=standby24x7@gmail.com \
    --cc=stefanr@s5r6.in-berlin.de \
    --cc=sw0312.kim@samsung.com \
    --cc=swise@chelsio.com \
    --cc=teigland@redhat.com \
    --cc=thellstrom@vmware.com \
    --cc=tim.gardner@canonical.com \
    --cc=tj@kernel.org \
    --cc=vinod.koul@intel.com \
    --cc=viro@zeniv.linux.org.uk \
    --cc=vmohan@brocade.com \
    --cc=walken@google.com \
    --cc=yan@linux.vnet.ibm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox