*newp = NULL;
}
-static void share_uninic(struct uninc *from, struct uninc *to,
+static void share_uninc(struct uninc *from, struct uninc *to,
u32 next)
{
/* Any addresses in 'from' that are at-or-after 'next' go to 'to'.
share_list(&ib->uninc_next, &new->uninc_next, next);
new->uninc_table.pending_cnt = 0;
new->uninc_table.credits = 0;
- share_uninic(&ib->uninc_table, &new->uninc_table, next);
+ share_uninc(&ib->uninc_table, &new->uninc_table, next);
spin_unlock(&fs->lock);
new->depth = ib->depth;