Module Name: src Committed By: hannken Date: Fri Jul 16 10:41:12 UTC 2010
Modified Files: src/sys/miscfs/fdesc: fdesc_vnops.c Log Message: Use a kmutex to protect the hash chains and always take this mutex before removing a node from the hash chain. Release the hash list lock before calling getnewvnode() and check the hash list again like other file systems do. Take v_interlock before calling vget(). To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/miscfs/fdesc/fdesc_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.