projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e64a0f
)
dm delay: fix status
author
Milan Broz
<mbroz@redhat.com>
Fri, 19 Oct 2007 21:38:42 +0000
(22:38 +0100)
committer
Alasdair G Kergon
<agk@redhat.com>
Sat, 20 Oct 2007 01:01:04 +0000
(
02:01
+0100)
Fix missing space in dm-delay target status output
if separate read and write delay are configured.
Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-delay.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/dm-delay.c
b/drivers/md/dm-delay.c
index 0fd1f7c2e1626a0032cab80873f60d17798fc756..719f871bbd56ccbaead06a1059b7a21af10f3ada 100644
(file)
--- a/
drivers/md/dm-delay.c
+++ b/
drivers/md/dm-delay.c
@@
-308,7
+308,7
@@
static int delay_status(struct dm_target *ti, status_type_t type,
(unsigned long long) dc->start_read,
dc->read_delay);
if (dc->dev_write)
- DMEMIT("%s %llu %u", dc->dev_write->name,
+ DMEMIT("
%s %llu %u", dc->dev_write->name,
(unsigned long long) dc->start_write,
dc->write_delay);
break;