On 10/27/22 22:51, Kinga Tanska wrote: > Freesize is needed to be set for migrations where size of RAID could > be changed - expand. It tells how many free space is determined for > members. In chunk size migartion freesize is not needed to be set, > pointer shouldn't be checked if exists. This commit moves check to > condition which contains size calculations, instead of checking it > always at the first step. > Fix return value when superblock is not set. > > Signed-off-by: Kinga Tanska <kinga.tanska@xxxxxxxxx> > --- > super-intel.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Applied! Thanks, Jes