Module Name: src Committed By: snj Date: Sat Jan 30 19:05:04 UTC 2010
Modified Files: src/sys/dev [netbsd-5-0]: cgd.c vnd.c src/sys/dev/dkwedge [netbsd-5-0]: dk.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1269): sys/dev/dkwedge/dk.c: revision 1.53 sys/dev/cgd.c: revision 1.69 sys/dev/vnd.c: revision 1.206 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.2.2.1 src/sys/dev/cgd.c cvs rdiff -u -r1.187.4.3 -r1.187.4.3.2.1 src/sys/dev/vnd.c cvs rdiff -u -r1.42 -r1.42.10.1 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.