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

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

xfs: negate mount workqueue init error value

parent 6670232b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1433,7 +1433,7 @@ xfs_fs_fill_super(
	if (error)
		goto out_free_fsname;

	error = xfs_init_mount_workqueues(mp);
	error = -xfs_init_mount_workqueues(mp);
	if (error)
		goto out_close_devices;