From: jbrassow@sourceware.org <jbrassow@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/cmirror-kernel/src dm-clog.c
Date: 30 Aug 2007 18:26:23 -0000 [thread overview]
Message-ID: <20070830182623.19246.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: jbrassow at sourceware.org 2007-08-30 18:26:22
Modified files:
cmirror-kernel/src: dm-clog.c
Log message:
- kmalloc -> kzalloc
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-clog.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.2&r2=1.2.2.3
--- cluster/cmirror-kernel/src/dm-clog.c 2007/08/30 15:49:32 1.2.2.2
+++ cluster/cmirror-kernel/src/dm-clog.c 2007/08/30 18:26:22 1.2.2.3
@@ -78,7 +78,7 @@
str_size += 20; /* Max number of chars in a printed u64 number */
- ctr_str = kmalloc(str_size, GFP_KERNEL);
+ ctr_str = kzalloc(str_size, GFP_KERNEL);
if (!ctr_str) {
DMWARN("Unable to allocate memory for constructor string");
kfree(lc);
next reply other threads:[~2007-08-30 18:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-30 18:26 jbrassow [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-02-13 15:06 [Cluster-devel] cluster/cmirror-kernel/src dm-clog.c jbrassow
2008-01-25 16:23 jbrassow
2008-01-23 21:22 jbrassow
2008-01-21 20:37 jbrassow
2006-06-26 20:10 jbrassow
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=20070830182623.19246.qmail@sourceware.org \
--to=jbrassow@sourceware.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).