From: zkabelac@sourceware.org <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 lib/activate/dev_manager.c libdm/libdm-de ...
Date: 3 Dec 2009 09:58:31 -0000 [thread overview]
Message-ID: <20091203095831.9522.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: zkabelac at sourceware.org 2009-12-03 09:58:30
Modified files:
lib/activate : dev_manager.c
libdm : libdm-deptree.c
Log message:
minor whitespace indentation
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/activate/dev_manager.c.diff?cvsroot=lvm2&r1=1.163&r2=1.164
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/libdm-deptree.c.diff?cvsroot=lvm2&r1=1.62&r2=1.63
--- LVM2/lib/activate/dev_manager.c 2009/11/04 14:56:35 1.163
+++ LVM2/lib/activate/dev_manager.c 2009/12/03 09:58:30 1.164
@@ -783,7 +783,7 @@
sprintf(errid, "missing_%d_%d", segno, s);
- if (!(id = build_dlid(dm, seg->lv->lvid.s, errid)))
+ if (!(id = build_dlid(dm, seg->lv->lvid.s, errid)))
return_NULL;
if (!(name = build_dm_name(dm->mem, seg->lv->vg->name,
@@ -1269,7 +1269,7 @@
default:
log_error("_tree_action: Action %u not supported.", action);
goto out;
- }
+ }
r = 1;
--- LVM2/libdm/libdm-deptree.c 2009/11/13 12:43:22 1.62
+++ LVM2/libdm/libdm-deptree.c 2009/12/03 09:58:30 1.63
@@ -645,7 +645,7 @@
void dm_tree_node_set_read_ahead(struct dm_tree_node *dnode,
uint32_t read_ahead,
uint32_t read_ahead_flags)
-{
+{
dnode->props.read_ahead = read_ahead;
dnode->props.read_ahead_flags = read_ahead_flags;
}
@@ -1064,8 +1064,8 @@
}
int dm_tree_suspend_children(struct dm_tree_node *dnode,
- const char *uuid_prefix,
- size_t uuid_prefix_len)
+ const char *uuid_prefix,
+ size_t uuid_prefix_len)
{
void *handle = NULL;
struct dm_tree_node *child = dnode;
@@ -1849,7 +1849,7 @@
int dm_tree_node_add_mirror_target_log(struct dm_tree_node *node,
uint32_t region_size,
- unsigned clustered,
+ unsigned clustered,
const char *log_uuid,
unsigned area_count,
uint32_t flags)
reply other threads:[~2009-12-03 9:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20091203095831.9522.qmail@sourceware.org \
--to=zkabelac@sourceware.org \
--cc=lvm-devel@redhat.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 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.