diff options
author | Martin Brandenburg <martin@omnibond.com> | 2018-01-26 20:07:12 +0100 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2018-02-06 22:38:12 +0100 |
commit | 79d7cd611d9e0ee9b4c38bd33f6082979826885f (patch) | |
tree | 1369204700dc07d586733eedb1263b1b5c91b387 /fs/orangefs/orangefs-debugfs.c | |
parent | orangefs: make orangefs_client_debug_init static (diff) | |
download | linux-79d7cd611d9e0ee9b4c38bd33f6082979826885f.tar.xz linux-79d7cd611d9e0ee9b4c38bd33f6082979826885f.zip |
orangefs: remove gossip_ldebug and gossip_lerr
gossip_ldebug is unused.
gossip_lerr is used in two places. The messages are unique so line
numbers are unnecessary.
Also remove support for compiling gossip messages out. It wasn't
possible to enable it anyway.
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-debugfs.c')
-rw-r--r-- | fs/orangefs/orangefs-debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/orangefs-debugfs.c b/fs/orangefs/orangefs-debugfs.c index 67d531ad5a56..6e35f2f3c897 100644 --- a/fs/orangefs/orangefs-debugfs.c +++ b/fs/orangefs/orangefs-debugfs.c @@ -1056,7 +1056,7 @@ int orangefs_debugfs_new_debug(void __user *arg) client_debug_string, llu(mask_info.mask_value)); } else { - gossip_lerr("Invalid mask type....\n"); + gossip_err("Invalid mask type....\n"); return -EINVAL; } |