On Fri, Nov 30, 2007 at 09:59:28AM -0600, Tom Tucker wrote: > > On Thu, 2007-11-29 at 23:45 -0500, J. Bruce Fields wrote: > > On Thu, Nov 29, 2007 at 04:44:12PM -0600, Tom Tucker wrote: > > > This patchset implements the RDMA Transport Driver for the > [...snip...] > > I resent the two offending patches with fixes as required.
Thanks! Applied and pushed out. > > > I still need the following to get it to compile. Also, I'm getting > > these warnings: > > > > net/sunrpc/svc_rdma_transport.c: In function ‘dto_tasklet_func’: > > net/sunrpc/svc_rdma_transport.c:232: warning: passing argument 2 of > > ‘test_and_clear_bit’ from incompatible pointer type > > net/sunrpc/svc_rdma_transport.c:241: warning: passing argument 2 of > > ‘constant_test_bit’ from incompatible pointer type > > net/sunrpc/svc_rdma_transport.c:241: warning: passing argument 2 of > > ‘variable_test_bit’ from incompatible pointer type > > net/sunrpc/svc_rdma_transport.c:245: warning: passing argument 2 of > > ‘test_and_clear_bit’ from incompatible pointer type > > net/sunrpc/svc_rdma_transport.c: In function ‘rq_comp_handler’: > > net/sunrpc/svc_rdma_transport.c:271: warning: passing argument 2 of > > ‘set_bit’ from incompatible pointer type > > net/sunrpc/svc_rdma_transport.c: In function ‘sq_comp_handler’: > > net/sunrpc/svc_rdma_transport.c:382: warning: passing argument 2 of > > ‘set_bit’ from incompatible pointer type > > net/sunrpc/svc_rdma_transport.c: In function ‘rdma_cma_handler’: > > net/sunrpc/svc_rdma_transport.c:617: warning: passing argument 2 of > > ‘clear_bit’ from incompatible pointer type > > net/sunrpc/svc_rdma_transport.c: In function ‘svc_rdma_accept’: > > net/sunrpc/svc_rdma_transport.c:848: warning: passing argument 2 of > > ‘set_bit’ from incompatible pointer type > > > > I'm mystified as to why I didn't get these warnings. I built on a 64 bit > machine. It seems like that would give the warning since unsigned long > isn't even the same size as int. Yeah, I can't see how any compiler could miss that. How do you usually build? --b. - To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
