Re: [PATCH 10/13] QLogic VNIC: Driver Statistics collection
From: Roland Dreier <hidden>
Date: 2008-05-15 22:34:04
From: Roland Dreier <hidden>
Date: 2008-05-15 22:34:04
> +#else /*CONFIG_INIFINIBAND_VNIC_STATS*/
> +
> +static inline void vnic_connected_stats(struct vnic *vnic)
> +{
> + ;
> +}
there are an awful lot of stubs here. Do you really expect anyone to
set CONFIG_INFINIBAND_QLGC_VNIC_STATS=n?
- R.