projects
/
linux-dmdedup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534351e
)
Not printing device names in status command
author
Vasily Tarasov
<tarasov@vasily.name>
Mon, 6 Apr 2015 15:47:37 +0000
(11:47 -0400)
committer
Vasily Tarasov
<tarasov@vasily.name>
Mon, 6 Apr 2015 15:47:37 +0000
(11:47 -0400)
It is already printed by table command.
drivers/md/dm-dedup-target.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-dedup-target.c
b/drivers/md/dm-dedup-target.c
index e58f6476aa5ec3978c7b567cff859f860da8e1b4..ff190d58d1ade1276777e582e9311722394b34ef 100644
(file)
--- a/
drivers/md/dm-dedup-target.c
+++ b/
drivers/md/dm-dedup-target.c
@@
-830,9
+830,6
@@
static void dm_dedup_status(struct dm_target *ti, status_type_t status_type,
data_total_block_count, data_free_block_count,
data_used_block_count, data_actual_block_count);
- DMEMIT("%u %s %s ", dc->block_size,
- dc->data_dev->name, dc->metadata_dev->name);
-
DMEMIT("%llu %llu %llu %llu %llu %llu",
dc->writes, dc->uniqwrites, dc->dupwrites,
dc->reads_on_writes, dc->overwrites, dc->newwrites);