Module Name: src Committed By: riastradh Date: Wed Jul 24 01:56:48 UTC 2013
Modified Files: src/sys/external/bsd/drm2/linux [riastradh-drm2]: linux_idr.c Log Message: In linux_idr, move idr_temp access under the write lock. The atomic swaps were missing memory barriers, but using the rwlock is easier to understand for now. This should probably use passive serialization eventually anyway. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/external/bsd/drm2/linux/linux_idr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.