]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: remove print_buf and deprecated log buffer code
authorErik Hugne <erik.hugne@ericsson.com>
Fri, 29 Jun 2012 04:50:24 +0000 (00:50 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 13 Jul 2012 23:34:43 +0000 (19:34 -0400)
commitc674d724119fb2bc2088a69d1b678225f34562c4
tree866ef81219668384e80d756732d2f2023513ef0e
parentae964534d24d6cc45ba7f4933cb497a683d1cbc1
tipc: remove print_buf and deprecated log buffer code

The internal log buffer handling functions can now safely be
removed since there is no code using it anymore.  Requests to
interact with the internal tipc log buffer over netlink (in
config.c) will report 'obsolete command'.

This represents the final removal of any references to a
struct print_buf, and the removal of the struct itself.
We also get rid of a TIPC specific Kconfig in the process.

Finally, log.h is removed since it is not needed anymore.

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/tipc_config.h
net/tipc/Kconfig
net/tipc/config.c
net/tipc/core.c
net/tipc/core.h
net/tipc/link.h
net/tipc/log.c
net/tipc/log.h [deleted file]