https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267654
--- Comment #11 from Kirk McKusick <mckus...@freebsd.org> --- I do not have any better idea than the debugging idea that you are suggesting. Of interest is verifying that the seek offset is correct and that the checksum of what is written and what ends up on the disk match. Note that the checksum is being calculated and the block written in the libufs routine lib/libufs/cgroup.c. See functions cgwrite(), cgwrite1(), and where the work is actually done cgput(). -- You are receiving this mail because: You are the assignee for the bug.