1. 12 3月, 2009 1 次提交
  2. 11 10月, 2008 4 次提交
  3. 21 9月, 2008 1 次提交
  4. 30 1月, 2008 2 次提交
  5. 29 1月, 2008 1 次提交
  6. 12 12月, 2007 1 次提交
  7. 30 10月, 2007 1 次提交
    • S
      [SUNRPC] rpc_rdma: we need to cast u64 to unsigned long long for printing · e08a132b
      Stephen Rothwell 提交于
      as some architectures have unsigned long for u64.
      
      net/sunrpc/xprtrdma/rpc_rdma.c: In function 'rpcrdma_create_chunks':
      net/sunrpc/xprtrdma/rpc_rdma.c:222: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'u64'
      net/sunrpc/xprtrdma/rpc_rdma.c:234: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'u64'
      net/sunrpc/xprtrdma/rpc_rdma.c: In function 'rpcrdma_count_chunks':
      net/sunrpc/xprtrdma/rpc_rdma.c:577: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'u64
      
      Noticed on PowerPC pseries_defconfig build.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e08a132b
  8. 29 10月, 2007 1 次提交
  9. 10 10月, 2007 2 次提交