[OpenAFS-devel] afs_buffer.c:DRead()

Jim Rees rees@umich.edu
Tue, 12 Nov 2002 18:50:33 -0500


  so sizep points at osi_file.size, and dereferencing it should infact give
  you the size value.

I'm still taking it out.  It breaks OpenBSD.  Maybe something to do with
struct alignment?  Does anyone know of systems where osi_read won't catch a
read past end of file?

If it's important to anyone, it could be put back in, but with a struct ref
instead.

In fact, maybe tfile should be changed to what it really is, a struct
osi_file.  I'll look into that.