mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Update top and systat for vfs.bufcache now being a long rather than an int.
This commit is contained in:
parent
c5f79858ff
commit
a0b9e7e332
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189626
@ -115,7 +115,7 @@ static struct Info {
|
|||||||
struct nchstats nchstats;
|
struct nchstats nchstats;
|
||||||
long nchcount;
|
long nchcount;
|
||||||
long *intrcnt;
|
long *intrcnt;
|
||||||
int bufspace;
|
long bufspace;
|
||||||
int desiredvnodes;
|
int desiredvnodes;
|
||||||
long numvnodes;
|
long numvnodes;
|
||||||
long freevnodes;
|
long freevnodes;
|
||||||
|
@ -433,7 +433,7 @@ get_system_info(struct system_info *si)
|
|||||||
static unsigned int swap_delay = 0;
|
static unsigned int swap_delay = 0;
|
||||||
static int swapavail = 0;
|
static int swapavail = 0;
|
||||||
static int swapfree = 0;
|
static int swapfree = 0;
|
||||||
static int bufspace = 0;
|
static long bufspace = 0;
|
||||||
static int nspgsin, nspgsout;
|
static int nspgsin, nspgsout;
|
||||||
|
|
||||||
GETSYSCTL("vfs.bufspace", bufspace);
|
GETSYSCTL("vfs.bufspace", bufspace);
|
||||||
|
Loading…
Reference in New Issue
Block a user