Fix missing void in prototype
This commit is contained in:
parent
c8f253cda8
commit
5ee6377759
|
@ -3703,7 +3703,7 @@ out:
|
|||
* Free buffers that were tagged for destruction.
|
||||
*/
|
||||
static void
|
||||
l2arc_do_free_on_write()
|
||||
l2arc_do_free_on_write(void)
|
||||
{
|
||||
list_t *buflist;
|
||||
l2arc_data_free_t *df, *df_prev;
|
||||
|
|
Loading…
Reference in New Issue