Martin Pieuchot wrote: > ok? > > -int chillbufs(struct > - bufcache *cache, struct bufqueue *queue, int64_t *queuepages); > +int chillbufs(struct bufcache *, struct bufqueue *, int64_t *);
fwiw i like names in prototypes, so i know what's going on. i know style says that, but i think the advice is obsolete.
