On Thu, Dec 23, 2010 at 10:31 PM, David Dillow <[email protected]> wrote: > > We only need locks to protect our lists and number of credits available. > By pre-consuming the credit for the request, we can reduce our lock > coverage to just those areas. If we don't actually send the request, > we'll need to put the credit back into the pool. > > [ ... ] > > - iu->type = iu_type; > + list_del_init(&iu->list);
Hello Dave, As far as I can see the above call of list_del_init() can be modified into a list_del() call. The same holds for the other list_del_init() call introduced by this patch. Bart. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
