提交 45687642 编写于 作者: D Dave Chinner 提交者: Dave Chinner

xfs: negate mount workqueue init error value

Signed-off-by: NDave Chinner <dchinner@redhat.com>
Reviewed-by: NJie Liu <jeff.liu@oracle.com>
Signed-off-by: NDave Chinner <david@fromorbit.com>
上级 6670232b
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册