Hi, Final pending kiobuf fix for now: return ENXIO on requests for non-zero data reads/writes beyond the end of a block device, consistent with SU's [ENXIO] A request was made of a non-existent device, or the request was outside the capabilities of the device. I've had this requested from other vendors who expect this behaviour on raw devices, so it seems to be the accepted behaviour. Return success on zero-byte requests --- SU and POSIX are picky about that. --Stephen