Re: [PATCH 07/13] QLogic VNIC: Handling configurable parameters of the driver
From: Roland Dreier <hidden>
Date: 2008-05-13 20:41:39
From: Roland Dreier <hidden>
Date: 2008-05-13 20:41:39
> + ib_get_cached_gid(config->ibdev, config->port, 0, > + &config->path_info.path.sgid); Again, looks like a sleepable context so please use ib_query_gid() instead.