namecache->nc_refs is no longer protected by the MP lock. Atomic ops must
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 1 Jun 2006 22:45:19 +0000 (22:45 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 1 Jun 2006 22:45:19 +0000 (22:45 +0000)
commit36e90efd9755622d38dc31747b2b3134973aed97
tree5516161d127a9fd94d5761186a6a961d8bc236b1
parent35b4e70b953ad2d773716f195f4409ec478446f3
namecache->nc_refs is no longer protected by the MP lock.  Atomic ops must
be used.
sys/kern/vfs_cache.c