net: rename busy poll socket op and globals
authorEliezer Tamir <eliezer.tamir@linux.intel.com>
Wed, 10 Jul 2013 14:13:36 +0000 (17:13 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jul 2013 00:08:27 +0000 (17:08 -0700)
commit64b0dc517ea1b35d02565a779e6cb77ae9045685
treef4701c62374a44db9f3be2d46f9420a328cd49ee
parent8b80cda536ea9bceec0364e897868a30ee13b992
net: rename busy poll socket op and globals

Rename LL_SO to BUSY_POLL_SO
Rename sysctl_net_ll_{read,poll} to sysctl_busy_{read,poll}
Fix up users of these variables.
Fix documentation for sysctl.

a patch for the socket.7  man page will follow separately,
because of limitations of my mail setup.

Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
20 files changed:
Documentation/sysctl/net.txt
arch/alpha/include/uapi/asm/socket.h
arch/avr32/include/uapi/asm/socket.h
arch/cris/include/uapi/asm/socket.h
arch/frv/include/uapi/asm/socket.h
arch/h8300/include/uapi/asm/socket.h
arch/ia64/include/uapi/asm/socket.h
arch/m32r/include/uapi/asm/socket.h
arch/mips/include/uapi/asm/socket.h
arch/mn10300/include/uapi/asm/socket.h
arch/parisc/include/uapi/asm/socket.h
arch/powerpc/include/uapi/asm/socket.h
arch/s390/include/uapi/asm/socket.h
arch/sparc/include/uapi/asm/socket.h
arch/xtensa/include/uapi/asm/socket.h
include/net/busy_poll.h
include/uapi/asm-generic/socket.h
net/core/sock.c
net/core/sysctl_net_core.c
net/socket.c