summaryrefslogtreecommitdiffstats
path: root/tools/dmsetup.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2007-12-03 22:53:04 +0000
committerAlasdair Kergon <agk@redhat.com>2007-12-03 22:53:04 +0000
commitf2aae88a7cdf882c171533667c0c521b36f8139d (patch)
tree2e1327cc417437c4c4ac7da492669a6d5a1b3f03 /tools/dmsetup.c
parent0b7d16bc0981a65d07ddbf7c458400c9a33f0e64 (diff)
downloadlvm2-f2aae88a7cdf882c171533667c0c521b36f8139d.tar.gz
lvm2-f2aae88a7cdf882c171533667c0c521b36f8139d.tar.xz
lvm2-f2aae88a7cdf882c171533667c0c521b36f8139d.zip
fixme
Diffstat (limited to 'tools/dmsetup.c')
-rw-r--r--tools/dmsetup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dmsetup.c b/tools/dmsetup.c
index c2b5622b..e0fbff1a 100644
--- a/tools/dmsetup.c
+++ b/tools/dmsetup.c
@@ -339,6 +339,7 @@ static void _display_info_long(struct dm_task *dmt, struct dm_info *info)
info->suspended ? "SUSPENDED" : "ACTIVE",
info->read_only ? " (READ-ONLY)" : "");
+ /* FIXME Old value is being printed when it's being changed. */
if (dm_task_get_read_ahead(dmt, &read_ahead))
printf("Read Ahead: %" PRIu32 "\n", read_ahead);