Subject: Re: afs readdir
To: None <rvb@sicily.odyssey.cs.cmu.edu>
From: Greg Hudson <ghudson@MIT.EDU>
List: tech-kern
Date: 06/13/1998 11:12:05
> Could someone with access to the AFS source confirm this?  The
> afs_readdir does not respect the value in "ncookies" and writes as
> many cookie entries as it pleases.

Looks like it to me.  There's a check for (ncookies == 0) in the while
loop, but nothing to modify the argument value.  I think this is a
one-line fix.