Yup; I was rushing, skipped checking my last edit in that dir, and broke the build.  Appreciate the avoidance of the customary dressing-down...

Will be rectified in a v3, along with Julia's note (and a few checkpatch warnings I introduced).  Also cleaning up my commits, to avoid messy patch subjects.

--
Mike Shuey

On Fri, May 8, 2015 at 8:28 AM, Dan Carpenter <dan.carpenter@oracle.com> wrote:
On Fri, May 08, 2015 at 08:01:00AM -0400, Mike Shuey wrote:
> +     struct rdma_cm_id  *ibh_cmid;           /* listener cmid */
> +     struct ib_device   *ibh_ibdev;          /* IB device */
> +     int                ibh_page_shift       /* page shift of current HCA */
> +     int                ibh_page_size        /* page size of current HCA */
> +     __u64              ibh_page_mask;       /* page mask of current HCA */

We give people who break the build a severe dressing down the first time
so that they remember not to do it again...

*ALWAYS DOUBLE CHECK*

regards,
dan carpenter