From: jbrassow@sourceware.org <jbrassow@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/cmirror-kernel/src dm-clog.c
Date: 21 Jan 2008 20:37:04 -0000 [thread overview]
Message-ID: <20080121203704.30183.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: jbrassow at sourceware.org 2008-01-21 20:37:03
Modified files:
cmirror-kernel/src: dm-clog.c
Log message:
- name change s/clustered_/clustered-/
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.5&r2=1.2.2.6
--- cluster/cmirror-kernel/src/dm-clog.c 2008/01/14 22:46:58 1.2.2.5
+++ cluster/cmirror-kernel/src/dm-clog.c 2008/01/21 20:37:03 1.2.2.6
@@ -123,7 +123,7 @@
{
int i, r;
if ((argc < 3) || (argc > 4)) {
- DMERR("Too %s arguments to clustered_core mirror log type.",
+ DMERR("Too %s arguments to clustered-core mirror log type.",
(argc < 2) ? "few" : "many");
DMERR(" %d arguments supplied:", argc);
for (i = 0; i < argc; i++)
@@ -154,7 +154,7 @@
{
int i;
if ((argc < 4) || (argc > 5)) {
- DMERR("Too %s arguments to clustered_disk mirror log type.",
+ DMERR("Too %s arguments to clustered-disk mirror log type.",
(argc < 3) ? "few" : "many");
DMERR(" %d arguments supplied:", argc);
for (i = 0; i < argc; i++)
@@ -575,7 +575,7 @@
}
static struct dirty_log_type _clustered_core_type = {
- .name = "clustered_core",
+ .name = "clustered-core",
.module = THIS_MODULE,
.ctr = cluster_core_ctr,
.dtr = cluster_dtr,
@@ -597,7 +597,7 @@
};
static struct dirty_log_type _clustered_disk_type = {
- .name = "clustered_disk",
+ .name = "clustered-disk",
.module = THIS_MODULE,
.ctr = cluster_disk_ctr,
.dtr = cluster_dtr,
@@ -639,7 +639,7 @@
r = dm_register_dirty_log_type(&_clustered_core_type);
if (r) {
- DMWARN("Couldn't register clustered_core dirty log type");
+ DMWARN("Couldn't register clustered-core dirty log type");
dm_clog_tfr_exit();
mempool_destroy(flush_entry_pool);
return r;
@@ -647,7 +647,7 @@
r = dm_register_dirty_log_type(&_clustered_disk_type);
if (r) {
- DMWARN("Couldn't register clustered_disk dirty log type");
+ DMWARN("Couldn't register clustered-disk dirty log type");
dm_unregister_dirty_log_type(&_clustered_core_type);
dm_clog_tfr_exit();
mempool_destroy(flush_entry_pool);
next reply other threads:[~2008-01-21 20:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-21 20:37 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
2007-08-30 18:26 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=20080121203704.30183.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).