mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
Move fs.nfs.nfsstats sysctl var back to it's old OID.
This commit is contained in:
parent
95ff47b69f
commit
0240c4db5b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12970
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)nfs_vfsops.c 8.3 (Berkeley) 1/4/94
|
||||
* $Id: nfs_vfsops.c,v 1.23 1995/12/07 12:47:27 davidg Exp $
|
||||
* $Id: nfs_vfsops.c,v 1.24 1995/12/17 21:12:35 phk Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -77,7 +77,7 @@ extern int nfs_ticks;
|
||||
|
||||
struct nfsstats nfsstats;
|
||||
SYSCTL_NODE(_fs, MOUNT_NFS, nfs, CTLFLAG_RW, 0, "NFS filesystem");
|
||||
SYSCTL_STRUCT(_fs_nfs, OID_AUTO, nfsstats, CTLFLAG_RD,
|
||||
SYSCTL_STRUCT(_fs_nfs, NFS_NFSSTATS, nfsstats, CTLFLAG_RD,
|
||||
&nfsstats, nfsstats, "");
|
||||
|
||||
static int nfs_iosize __P((struct nfsmount *nmp));
|
||||
|
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)nfs_vfsops.c 8.3 (Berkeley) 1/4/94
|
||||
* $Id: nfs_vfsops.c,v 1.23 1995/12/07 12:47:27 davidg Exp $
|
||||
* $Id: nfs_vfsops.c,v 1.24 1995/12/17 21:12:35 phk Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -77,7 +77,7 @@ extern int nfs_ticks;
|
||||
|
||||
struct nfsstats nfsstats;
|
||||
SYSCTL_NODE(_fs, MOUNT_NFS, nfs, CTLFLAG_RW, 0, "NFS filesystem");
|
||||
SYSCTL_STRUCT(_fs_nfs, OID_AUTO, nfsstats, CTLFLAG_RD,
|
||||
SYSCTL_STRUCT(_fs_nfs, NFS_NFSSTATS, nfsstats, CTLFLAG_RD,
|
||||
&nfsstats, nfsstats, "");
|
||||
|
||||
static int nfs_iosize __P((struct nfsmount *nmp));
|
||||
|
Loading…
Reference in New Issue
Block a user