summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/list.c
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-03-13 07:44:17 +0000
committergrog <grog@FreeBSD.org>1999-03-13 07:44:17 +0000
commit04a3606b9ebed655a1b2ab87043b8f45be271a04 (patch)
tree390b5740834760cd6408208fa44cdc3449264468 /sbin/vinum/list.c
parent706d12310c4ff691c791b055fb06d720ae4a14f3 (diff)
downloadFreeBSD-src-04a3606b9ebed655a1b2ab87043b8f45be271a04.zip
FreeBSD-src-04a3606b9ebed655a1b2ab87043b8f45be271a04.tar.gz
info command: Remove opencount parameter, print value of open flag.
Diffstat (limited to 'sbin/vinum/list.c')
-rw-r--r--sbin/vinum/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/vinum/list.c b/sbin/vinum/list.c
index 2004624..452416e 100644
--- a/sbin/vinum/list.c
+++ b/sbin/vinum/list.c
@@ -605,7 +605,7 @@ vinum_info(int argc, char *argv[], char *argv0[])
perror("Can't get vinum config");
return;
}
- printf("Flags: 0x%x\t%d opens\n", vinum_conf.flags, vinum_conf.opencount);
+ printf("Flags: 0x%x\n", vinum_conf.flags);
if (ioctl(superdev, VINUM_MEMINFO, &meminfo) < 0) {
perror("Can't get information");
return;
OpenPOWER on IntegriCloud