cvs commit: src/sys/ufs/ufs ufs_dirhash.c
John Baldwin
jhb at FreeBSD.org
Mon Sep 22 20:53:38 UTC 2008
jhb 2008-09-22 20:53:22 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_dirhash.c
Log:
SVN rev 183280 on 2008-09-22 20:53:22Z by jhb
Close a race between concurrent calls to ufsdirhash_recycle() and
ufsdirhash_free() introduced in my last commit by removing the dirhash
about to be free'd in ufsdirhash_free() from the global dirhash list
before dropping the sx lock.
Tested by: kris
Revision Changes Path
1.26 +10 -5 src/sys/ufs/ufs/ufs_dirhash.c
More information about the cvs-src
mailing list