kernel - Rearrange namecache globals a bit
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 14 Oct 2017 04:44:06 +0000 (21:44 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 14 Oct 2017 04:44:06 +0000 (21:44 -0700)
commitc47bb68362f474fb771e2076655c7a73bb99ce20
treebaab6a63755d695d26b68b0c20098b029fe9cd88
parent21ace8749732bfdb4cb7eedb58e66024da65ff94
kernel - Rearrange namecache globals a bit

* Make sure ncspin and ncneglist are in the same cache line, and
  do not overlap other globals in that cache line.

Suggested-by: mjg_
sys/kern/vfs_cache.c