Re: request for review, patch to specfs to fix EOF condition alignmentwith buffer

1999-09-22 Thread Julian Elischer
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.

Re: request for review, patch to specfs to fix EOF condition alignmentwith buffer

1999-09-22 Thread Bruce Evans
> 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