Update top and systat for vfs.bufcache now being a long rather than an int.
This commit is contained in:
parent
c5f79858ff
commit
a0b9e7e332
@ -115,7 +115,7 @@ static struct Info {
|
||||
struct nchstats nchstats;
|
||||
long nchcount;
|
||||
long *intrcnt;
|
||||
int bufspace;
|
||||
long bufspace;
|
||||
int desiredvnodes;
|
||||
long numvnodes;
|
||||
long freevnodes;
|
||||
|
@ -433,7 +433,7 @@ get_system_info(struct system_info *si)
|
||||
static unsigned int swap_delay = 0;
|
||||
static int swapavail = 0;
|
||||
static int swapfree = 0;
|
||||
static int bufspace = 0;
|
||||
static long bufspace = 0;
|
||||
static int nspgsin, nspgsout;
|
||||
|
||||
GETSYSCTL("vfs.bufspace", bufspace);
|
||||
|
Loading…
Reference in New Issue
Block a user