orangefs: remove redundant assignment to err
authorColin Ian King <colin.king@canonical.com>
Sun, 28 Jul 2019 18:04:07 +0000 (19:04 +0100)
committerMike Marshall <hubcap@omnibond.com>
Thu, 12 Sep 2019 18:17:16 +0000 (14:17 -0400)
commite6b998ab62be29eb244fdb0fa41dcb5a8ad065f2
tree4ec8c6c03faf515d620a3e5ce13a0e60753f0d02
parentc42293a951bdf315242dcf4cc673bf111c7632d8
orangefs: remove redundant assignment to err

Variable err is initialized to a value that is never read and it
is re-assigned later.  The initialization 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/inode.c