diff options
author | Martin Brandenburg <martin@omnibond.com> | 2018-04-03 19:27:14 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2018-04-04 04:55:28 +0300 |
commit | 209469d978ae91e460b37b32f2c2834d93e1ff13 (patch) | |
tree | d47b72d742b7efe4dba0d197b0987e7321ecfc2f /fs/orangefs/orangefs-debug.h | |
parent | bdd6f083586ff17eb3959cca88212fdb60ca53d1 (diff) | |
download | linux-209469d978ae91e460b37b32f2c2834d93e1ff13.tar.xz |
orangefs: remove unused code
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-debug.h')
-rw-r--r-- | fs/orangefs/orangefs-debug.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/orangefs/orangefs-debug.h b/fs/orangefs/orangefs-debug.h index c7db56a31b92..6e079d4230d0 100644 --- a/fs/orangefs/orangefs-debug.h +++ b/fs/orangefs/orangefs-debug.h @@ -43,12 +43,6 @@ #define GOSSIP_MAX_NR 16 #define GOSSIP_MAX_DEBUG (((__u64)1 << GOSSIP_MAX_NR) - 1) -/*function prototypes*/ -__u64 ORANGEFS_kmod_eventlog_to_mask(const char *event_logging); -__u64 ORANGEFS_debug_eventlog_to_mask(const char *event_logging); -char *ORANGEFS_debug_mask_to_eventlog(__u64 mask); -char *ORANGEFS_kmod_mask_to_eventlog(__u64 mask); - /* a private internal type */ struct __keyword_mask_s { const char *keyword; |