summaryrefslogtreecommitdiffstats
path: root/tools/dmsetup.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2007-12-03 22:48:36 +0000
committerAlasdair Kergon <agk@redhat.com>2007-12-03 22:48:36 +0000
commit0b7d16bc0981a65d07ddbf7c458400c9a33f0e64 (patch)
tree7bfe94d3a06a07774fd8c5bd3351cc3dab132d87 /tools/dmsetup.c
parentfd0af4bd29da440e35599f1e207542454041855d (diff)
downloadlvm2-0b7d16bc0981a65d07ddbf7c458400c9a33f0e64.tar.gz
lvm2-0b7d16bc0981a65d07ddbf7c458400c9a33f0e64.tar.xz
lvm2-0b7d16bc0981a65d07ddbf7c458400c9a33f0e64.zip
fixes
Diffstat (limited to 'tools/dmsetup.c')
-rw-r--r--tools/dmsetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dmsetup.c b/tools/dmsetup.c
index 97099c00..c2b5622b 100644
--- a/tools/dmsetup.c
+++ b/tools/dmsetup.c
@@ -340,7 +340,7 @@ static void _display_info_long(struct dm_task *dmt, struct dm_info *info)
info->read_only ? " (READ-ONLY)" : "");
if (dm_task_get_read_ahead(dmt, &read_ahead))
- printf("Read Ahead: %" PRIu32 "\n", read_ahead);
+ printf("Read Ahead: %" PRIu32 "\n", read_ahead);
if (!info->live_table && !info->inactive_table)
printf("Tables present: None\n");