From: Christoph Hellwig <hch@infradead.org>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] Re: [Patch] kzalloc() conversion in drivers/block
Date: Wed, 08 Mar 2006 12:21:02 +0000 [thread overview]
Message-ID: <20060308122102.GA26897@infradead.org> (raw)
In-Reply-To: <20060227193309.GA9991@suse.de>
[-- Attachment #1: Type: text/plain, Size: 441 bytes --]
On Wed, Mar 08, 2006 at 11:22:44AM +0100, Jens Axboe wrote:
> On Sat, Mar 04 2006, Eric Sesterhenn wrote:
> > hi,
> >
> > this patch converts drivers/block to kzalloc usage.
> > Compile tested with allyesconfig.
>
> Yet you use kcalloc in some places? Please just use kzalloc.
kcalloc is the canonical form of zeroed array allocations, so there's not
reason to not use it here. it should have been mentioned in the description,
though.
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
next prev parent reply other threads:[~2006-03-08 12:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-27 19:33 [KJ] Re: [Patch] kzalloc() conversion in drivers/usb Greg KH
2006-02-27 20:29 ` Eric Sesterhenn
2006-02-27 21:36 ` [KJ] Re: [Patch] kzalloc() conversion in drivers/usb/gadget David Brownell
2006-02-28 9:20 ` Eric Sesterhenn
2006-03-01 0:18 ` [KJ] Re: [Patch] kzalloc() conversion in drivers/usb Håkon Løvdal
2006-03-06 10:42 ` [KJ] Re: [Patch] kzalloc() conversion in crypto/ Herbert Xu
2006-03-06 20:57 ` [KJ] Re: [Patch] kzalloc() conversion in arch/sparc64 David S. Miller
2006-03-08 10:20 ` [KJ] Re: [Patch] kzalloc() conversion in drivers/block Jens Axboe
2006-03-08 10:22 ` Jens Axboe
2006-03-08 12:21 ` Christoph Hellwig [this message]
2006-03-08 12:30 ` 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=20060308122102.GA26897@infradead.org \
--to=hch@infradead.org \
--cc=kernel-janitors@vger.kernel.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.