zonefs: Fix compilation warning
authorDamien Le Moal <damien.lemoal@wdc.com>
Mon, 20 Jul 2020 08:52:52 +0000 (17:52 +0900)
committerDamien Le Moal <damien.lemoal@wdc.com>
Mon, 20 Jul 2020 08:57:50 +0000 (17:57 +0900)
commit01b2651cfb20ba38429cdb47c68f36e56a2d3cb4
tree90f0d7cf5d7c99404e1ee3730c01b02804da49e0
parent5714ee50bb4375bd586858ad800b1d9772847452
zonefs: Fix compilation warning

Avoid the compilation warning "Variable 'ret' is reassigned a value
before the old one has been used." in zonefs_create_zgroup() by setting
ret for the error path only if an error happens.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
fs/zonefs/super.c