On 09/27/2005 09:01 PM, Roland Dreier wrote: > Linus, please pull from > > master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git > for-linus > > This tree is also available from kernel.org mirrors at: > > rsync://rsync.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git > for-linus
When I pulled this yesterday, it didn't compile uverbs_main.c. It looks like it's missing from include/rdma/ib_user_verbs.h I'm wondering if I pulled your tree/branch correctly. Can you confirm these would be the right instructions? export \ IB="rsync://rsync.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git" git clone $IB ib cd ib git-read-tree -m HEAD git-checkout-cache -q -f -u -a At that point I have the master branch. Then I switch to your branch: git checkout -f for-linus Then, after the initial pull, if I wanted to update to the current version I'd run: git pull Thanks, Jeff drivers/infiniband/core/uverbs_main.c: In function `ib_uverbs_write': drivers/infiniband/core/uverbs_main.c:517: error: `IB_USER_VERBS_CMD_QUERY_PARAMS' undeclared (first use in this function) drivers/infiniband/core/uverbs_main.c:517: error: (Each undeclared identifier is reported only once drivers/infiniband/core/uverbs_main.c:517: error: for each function it appears in.) _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
