From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: [PATCH 1/1] IMSM: Update num_data_stripes during migration Date: Mon, 28 Nov 2016 17:42:10 -0500 Message-ID: References: <20161124084824.28155-1-pawel.baldysiak@intel.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20161124084824.28155-1-pawel.baldysiak@intel.com> (Pawel Baldysiak's message of "Thu, 24 Nov 2016 09:48:24 +0100") Sender: linux-raid-owner@vger.kernel.org To: Pawel Baldysiak Cc: linux-raid@vger.kernel.org, Maksymilian Kunt List-Id: linux-raid.ids Pawel Baldysiak writes: > This patch adds updataing num_data_stripes during reshape. > Previously this field once set during creation was never updated. > Also, num_data_strips value multipied by chunk_size is used > for set proper component size for RAID5. > > Signed-off-by: Pawel Baldysiak > Signed-off-by: Maksymilian Kunt > --- > super-intel.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++------- > 1 file changed, 46 insertions(+), 7 deletions(-) Applied! Thanks, Jes