On Fri, 16 Jun 2000, Nick Hibma wrote:

> What about using uppercase names for
> 
>       buf_complete -> BUF_COMPLETE
> 
> and friends to make it apparent that an indirect call is being made and

Ugh.  Upper case names for function-like interfaces are for ones that
might be implemented as unsafe macros.

> that the function might not be supported on that struct buf. Much like
> newbus, kobj, and vnode ops.

New interfaces like newbus and kobj shouldn't have allowed for being
misimplemented as unsafe macros.

Bruce



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to