看板 DFBSD_commit 關於我們 聯絡資訊
On Tue, Feb 15, 2005 at 12:32:19AM -0800, Joerg Sonnenberger wrote: > Introduce vnodepv_entry_t as type for the vnodeopv_entry functions. > This is slightly better than casting all the functions to void *, > which is a data pointer. I have discussed this with Matt. I'm not sure wether changing all the functions to match the generic vnodeopv_entry_t is better or not. It would follow the example of the callout interface where the void * argument is casted to the correct local type or in this case the correct entry of the union is used. This would allow us to integrate some kind of assertion checking though. Joerg