xfs: negate xfs_icsb_init_counters error value

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>

authored by Dave Chinner and committed by Dave Chinner bc147822 45687642

+1 -1
+1 -1
fs/xfs/xfs_super.c
··· 1437 1437 if (error) 1438 1438 goto out_close_devices; 1439 1439 1440 - error = xfs_icsb_init_counters(mp); 1440 + error = -xfs_icsb_init_counters(mp); 1441 1441 if (error) 1442 1442 goto out_destroy_workqueues; 1443 1443