From: NeilBrown Date: Wed, 9 Mar 2011 07:31:15 +0000 (+1100) Subject: Fix comment in progress_reshape X-Git-Tag: mdadm-3.2.1~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e034f70aec5b6b87b9087fc9397bc680594adf0;p=thirdparty%2Fmdadm.git Fix comment in progress_reshape The possible return values have changed since that comment. Signed-off-by: NeilBrown --- diff --git a/Grow.c b/Grow.c index 387bdbd5..ea1d57fe 100644 --- a/Grow.c +++ b/Grow.c @@ -2312,8 +2312,8 @@ int progress_reshape(struct mdinfo *info, struct reshape *reshape, * 1 if more data from backup_point - but only as far as suspend_point, * should be backed up * 0 if things are progressing smoothly - * -1 if the reshape is finished, either because it is all done, - * or due to an error. + * -1 if the reshape is finished because it is all done, + * -2 if the reshape is finished due to an error. */ int advancing = (reshape->after.data_disks