diff options
| author | rsb <none@none> | 2006-02-25 01:33:06 -0800 |
|---|---|---|
| committer | rsb <none@none> | 2006-02-25 01:33:06 -0800 |
| commit | 5a59a8b3d86e67dbe75588879c46e3629f40efec (patch) | |
| tree | 61a9c4c5c99bcc6a04ef43cf617fddd0de7cd601 /usr/src/uts/common/fs/proc/prvfsops.c | |
| parent | 9d40a5713f30baf5a583c387b5917a1d55c63c0d (diff) | |
| download | illumos-gate-5a59a8b3d86e67dbe75588879c46e3629f40efec.tar.gz | |
PSARC/2006/034 fsstat
PSARC/2006/116 fsstat update
6335370 RFE: Need generic file system observability (e.g., fsstat)
Diffstat (limited to 'usr/src/uts/common/fs/proc/prvfsops.c')
| -rw-r--r-- | usr/src/uts/common/fs/proc/prvfsops.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/uts/common/fs/proc/prvfsops.c b/usr/src/uts/common/fs/proc/prvfsops.c index 3e8ee46ab3..8f2d079feb 100644 --- a/usr/src/uts/common/fs/proc/prvfsops.c +++ b/usr/src/uts/common/fs/proc/prvfsops.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -72,7 +71,7 @@ static vfsdef_t vfw = { VFSDEF_VERSION, "proc", prinit, - VSW_HASPROTO, + VSW_HASPROTO|VSW_STATS, &proc_mntopts }; |
