summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_malloc.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-03-14 14:19:49 +0000
committerbde <bde@FreeBSD.org>2000-03-14 14:19:49 +0000
commit33e9ba02261a2364d5cd3839c6b9b6185d57d958 (patch)
treeaeb7d97e018da734f0e57a169fd962b28e041049 /sys/kern/kern_malloc.c
parentc379f94f991d9453afe3853a10999240c538c161 (diff)
downloadFreeBSD-src-33e9ba02261a2364d5cd3839c6b9b6185d57d958.zip
FreeBSD-src-33e9ba02261a2364d5cd3839c6b9b6185d57d958.tar.gz
Don't try so hard to make the lower 16 bits of fsids unique. It tended
to recycle full fsids after only 16 mount/unmount's. This is probably too often for exported fsids. Now we recycle the full fsids only after 2^16 mount/ umount's and only ensure uniqueness in the lower 16 bits if there have been <= 256 calls to vfs_getnewfsid() since the system started.
Diffstat (limited to 'sys/kern/kern_malloc.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud