Initialize buf->b_iodone to NULL during bufinit(9) stage.
authorHiten Pandya <hmp@dragonflybsd.org>
Thu, 4 Aug 2005 16:44:37 +0000 (16:44 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Thu, 4 Aug 2005 16:44:37 +0000 (16:44 +0000)
commit9d0ae6b4af7e6373a6737499bd1ae9c4122c3e19
tree5ced5d6c43ded625e0559fca28c20c25a3580dcc
parent975d367c99ddcb65658a7a7125253374c8220918
Initialize buf->b_iodone to NULL during bufinit(9) stage.

Use NULL instead of 0 for assigning to pointers.
sys/kern/vfs_bio.c