1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00
This commit is contained in:
Alasdair Kergon 2007-12-03 22:53:04 +00:00
parent 0b7d16bc09
commit f2aae88a7c

View File

@ -339,6 +339,7 @@ static void _display_info_long(struct dm_task *dmt, struct dm_info *info)
info->suspended ? "SUSPENDED" : "ACTIVE", info->suspended ? "SUSPENDED" : "ACTIVE",
info->read_only ? " (READ-ONLY)" : ""); 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)) if (dm_task_get_read_ahead(dmt, &read_ahead))
printf("Read Ahead: %" PRIu32 "\n", read_ahead); printf("Read Ahead: %" PRIu32 "\n", read_ahead);