On Wed, 22 Sep 1999, Bruce Evans wrote:
> > This is a request for a review. This patch fixes a bug in specfs
>
> It is a bit over-commented, and returns wrong error codes for EOF.
This is certainly not over commented in my opinion.
I wish more people would comment as much as Matt does.
> This is a request for a review. This patch fixes a bug in specfs
> relating to dealing with the EOF condition of a block device.
>
> If the EOF occurs in the middle of a block, specfs was not
> properly calculating the truncation for the I/O.
I didn't have time to review this