[for-next][PATCH 5/6] tracing: Fix trace events build without modules

2013-03-04 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The new multi-buffers added a descriptor that kept track of module events, and the directories they use, with struct ftace_module_file_ops. This is used to add a ref count to keep modules from unloading while their files are being accessed. As the descriptor is

[for-next][PATCH 5/6] tracing: Fix trace events build without modules

2013-03-04 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) srost...@redhat.com The new multi-buffers added a descriptor that kept track of module events, and the directories they use, with struct ftace_module_file_ops. This is used to add a ref count to keep modules from unloading while their files are being accessed. As