1. 30 4月, 2013 24 次提交
  2. 29 4月, 2013 1 次提交
  3. 27 4月, 2013 1 次提交
  4. 25 4月, 2013 13 次提交
  5. 24 4月, 2013 1 次提交
    • D
      netlink: Fix build with mmap disabled. · 3dec2246
      David S. Miller 提交于
      net/netlink/diag.c: In function 'sk_diag_put_rings_cfg':
      net/netlink/diag.c:28:17: error: 'struct netlink_sock' has no member named 'pg_vec_lock'
      net/netlink/diag.c:29:29: error: 'struct netlink_sock' has no member named 'rx_ring'
      net/netlink/diag.c:31:30: error: 'struct netlink_sock' has no member named 'tx_ring'
      net/netlink/diag.c:33:19: error: 'struct netlink_sock' has no member named 'pg_vec_lock'
      Reported-by: NRandy Dunlap <rdunlap@infradead.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3dec2246