summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/super.c
diff options
context:
space:
mode:
authorMartin Brandenburg <martin@omnibond.com>2018-01-26 14:07:12 -0500
committerMike Marshall <hubcap@omnibond.com>2018-02-06 16:38:12 -0500
commit79d7cd611d9e0ee9b4c38bd33f6082979826885f (patch)
tree1369204700dc07d586733eedb1263b1b5c91b387 /fs/orangefs/super.c
parent7a3bc1f019e3ba25c7056e651fb463f05e395e9d (diff)
downloadlinux-79d7cd611d9e0ee9b4c38bd33f6082979826885f.tar.gz
linux-79d7cd611d9e0ee9b4c38bd33f6082979826885f.tar.bz2
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/super.c')
-rw-r--r--fs/orangefs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/super.c b/fs/orangefs/super.c
index 36f1390b5ed7..a4f4b508eff2 100644
--- a/fs/orangefs/super.c
+++ b/fs/orangefs/super.c
@@ -335,7 +335,7 @@ static int orangefs_encode_fh(struct inode *inode,
struct orangefs_object_kref refn;
if (*max_len < len) {
- gossip_lerr("fh buffer is too small for encoding\n");
+ gossip_err("fh buffer is too small for encoding\n");
*max_len = len;
type = 255;
goto out;