Loading fs/xfs/xfs_super.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
fs/xfs/xfs_super.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading