Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc147822 authored by Dave Chinner's avatar Dave Chinner Committed by Dave Chinner
Browse files

xfs: negate xfs_icsb_init_counters error value

parent 45687642
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1437,7 +1437,7 @@ xfs_fs_fill_super(
	if (error)
		goto out_close_devices;

	error = xfs_icsb_init_counters(mp);
	error = -xfs_icsb_init_counters(mp);
	if (error)
		goto out_destroy_workqueues;