Module Name: src Committed By: rin Date: Sun May 3 06:30:45 UTC 2020
Modified Files: src/sys/dev/dkwedge: dkwedge_rdb.c Log Message: Fix fallout of migration from malloc to geteblk. - Use bp->b_data instead of bp itself. - When buffer is not large enough, start all over; brelse + geteblk does not apparently behave like realloc. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/dkwedge/dkwedge_rdb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.