Module Name: src Committed By: snj Date: Sat Jan 30 19:00:46 UTC 2010
Modified Files: src/sys/dev [netbsd-5]: cgd.c vnd.c src/sys/dev/dkwedge [netbsd-5]: dk.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1269): sys/dev/cgd.c: revision 1.69 sys/dev/vnd.c: revision 1.206 sys/dev/dkwedge/dk.c: revision 1.53 struct buf::b_iodone is not called at splbio() any more. Make sure non-MPsafe iodone callbacks raise the SPL as appropriate. Fix buffer corruption issue I noticed in dk(4), and probable similar issues in vnd(4) and cgd(4). To generate a diff of this commit: cvs rdiff -u -r1.53.4.2 -r1.53.4.3 src/sys/dev/cgd.c cvs rdiff -u -r1.187.4.3 -r1.187.4.4 src/sys/dev/vnd.c cvs rdiff -u -r1.42.6.1 -r1.42.6.2 src/sys/dev/dkwedge/dk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.