From: Vasily Tarasov Date: Mon, 6 Apr 2015 15:47:37 +0000 (-0400) Subject: Not printing device names in status command X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=463a73129c29dcb77fa73421b07560523ee5dbf9;p=linux-dmdedup.git Not printing device names in status command It is already printed by table command. --- diff --git a/drivers/md/dm-dedup-target.c b/drivers/md/dm-dedup-target.c index e58f6476aa5..ff190d58d1a 100644 --- 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);