From 9e034f70aec5b6b87b9087fc9397bc680594adf0 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Wed, 9 Mar 2011 18:31:15 +1100 Subject: [PATCH] Fix comment in progress_reshape The possible return values have changed since that comment. Signed-off-by: NeilBrown --- Grow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Grow.c b/Grow.c index 387bdbd..ea1d57f 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