diff options
| author | Markus Pargmann <[email protected]> | 2014-12-26 12:41:18 +0100 |
|---|---|---|
| committer | Antonio Quartulli <[email protected]> | 2015-05-29 10:13:35 +0200 |
| commit | 9bb218828c8f4fa6587af93e248903c96ce469d0 (patch) | |
| tree | f7032b450be40f839eea8fe160290e5c5ab6d21e /tools/perf/scripts/python | |
| parent | 83e8b87721f21b26b843633caca8ef453e943623 (diff) | |
batman-adv: debugfs, avoid compiling for !DEBUG_FS
Normally the debugfs framework will return error pointer with -ENODEV
for function calls when DEBUG_FS is not set.
batman does not notice this error code and continues trying to create
debugfs files and executes more code. We can avoid this code execution
by disabling compiling debugfs.c when DEBUG_FS is not set.
Signed-off-by: Markus Pargmann <[email protected]>
Signed-off-by: Marek Lindner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions