commit | 44f4641073f132429e1e9a53412600206e8f7d06 | [log] [tgz] |
---|---|---|
author | Martin Brandenburg <martin@omnibond.com> | Mon Aug 15 11:38:36 2016 -0400 |
committer | Martin Brandenburg <martin@omnibond.com> | Mon Aug 15 11:38:36 2016 -0400 |
tree | 65ba85e9b795a2d1610bce311b3bd3aff44b2075 | |
parent | a21aae3bb15a1d08040bdcf5a73504c0da9f5080 [diff] |
orangefs: clean up debugfs globals Mostly this is moving code into orangefs-debugfs.c so that globals turn into static globals. Then gossip_debug_mask is renamed orangefs_gossip_debug_mask but keeps global visibility, so it can be used from a macro. Signed-off-by: Martin Brandenburg <martin@omnibond.com>