diff options
author | chunli zhang - Sun Microsystems - Irvine United States <Chunli.Zhang@Sun.COM> | 2010-01-18 10:34:16 -0800 |
---|---|---|
committer | chunli zhang - Sun Microsystems - Irvine United States <Chunli.Zhang@Sun.COM> | 2010-01-18 10:34:16 -0800 |
commit | c242f9a02a2ef021449275ae0a1d2581ee77231d (patch) | |
tree | 6d298bebb8ff9febd9acf936d402f67a6d67d358 /usr/src/cmd/stat | |
parent | bce54adf407df0723facaef4e2147ed69b922786 (diff) | |
download | illumos-gate-c242f9a02a2ef021449275ae0a1d2581ee77231d.tar.gz |
6873106 Need a mechanism to share buffers between fs modules
Diffstat (limited to 'usr/src/cmd/stat')
-rw-r--r-- | usr/src/cmd/stat/fsstat/fsstat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/stat/fsstat/fsstat.c b/usr/src/cmd/stat/fsstat/fsstat.c index 1869ff4fe6..31b2f5e054 100644 --- a/usr/src/cmd/stat/fsstat/fsstat.c +++ b/usr/src/cmd/stat/fsstat/fsstat.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -428,6 +428,8 @@ vop_display(char *name, vopstats_t *oldvsp, vopstats_t *newvsp, int dispflag) PRINT_VOPSTAT(niceflag, setsecattr); PRINT_VOPSTAT(niceflag, shrlock); PRINT_VOPSTAT(niceflag, vnevent); + PRINT_VOPSTAT(niceflag, reqzcbuf); + PRINT_VOPSTAT(niceflag, retzcbuf); if (niceflag) { /* Make it easier on the eyes */ |