orangefs: Remove redundant initialization of variable ret
authorColin Ian King <colin.king@canonical.com>
Fri, 10 Sep 2021 12:25:34 +0000 (13:25 +0100)
committerMike Marshall <hubcap@omnibond.com>
Mon, 11 Oct 2021 18:25:21 +0000 (14:25 -0400)
commit507874c08f633e05f3043c618af0705e0a750e4c
tree9d458bebdb413014ddafea57cf5914f173e1bbc3
parent64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc
orangefs: Remove redundant initialization of variable ret

The variable ret is being initialized with a value that is never read, it
is being updated later on. The assignment is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/super.c