summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-debug.h
diff options
context:
space:
mode:
authorMartin Brandenburg <martin@omnibond.com>2018-04-03 16:27:14 +0000
committerMike Marshall <hubcap@omnibond.com>2018-04-03 21:55:28 -0400
commit209469d978ae91e460b37b32f2c2834d93e1ff13 (patch)
treed47b72d742b7efe4dba0d197b0987e7321ecfc2f /fs/orangefs/orangefs-debug.h
parentbdd6f083586ff17eb3959cca88212fdb60ca53d1 (diff)
downloadlinux-209469d978ae91e460b37b32f2c2834d93e1ff13.tar.gz
linux-209469d978ae91e460b37b32f2c2834d93e1ff13.tar.bz2
linux-209469d978ae91e460b37b32f2c2834d93e1ff13.zip
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.h6
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;