diff options
author | Martin Brandenburg <martin@omnibond.com> | 2018-01-26 22:07:12 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2018-02-07 00:38:12 +0300 |
commit | 79d7cd611d9e0ee9b4c38bd33f6082979826885f (patch) | |
tree | 1369204700dc07d586733eedb1263b1b5c91b387 /fs/orangefs/super.c | |
parent | 7a3bc1f019e3ba25c7056e651fb463f05e395e9d (diff) | |
download | linux-79d7cd611d9e0ee9b4c38bd33f6082979826885f.tar.xz |
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.c | 2 |
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; |