Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/miscfs/genfs



Module Name:    syssrc
Committed By:   perseant
Date:           Tue May 14 19:37:19 UTC 2002

Modified Files:
        syssrc/sys/miscfs/genfs: genfs_vnops.c

Log Message:
Protect v_synclist with splbio(); note that LIST_REMOVE is not an idempotent
operation if more than one LIST_REMOVE happens on interrupt, so both the test
for VONWORKLIST and the LIST_REMOVE(vp, v_synclist) need to be in splbio().


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 syssrc/sys/miscfs/genfs/genfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index