On 03/13/2017 05:23 PM, Guoqing Jiang wrote:
On 03/13/2017 05:10 PM, Jack Wang wrote:
2017-03-13 6:53 GMT+01:00 Zhilong Liu <zlliu@xxxxxxxx>:
fix a trivial typo in freeze_array() of raid1.c
Signed-off-by: Zhilong Liu <zlliu@xxxxxxxx>
---
drivers/md/raid1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c
index 7b0f647..2ec0617 100644
--- a/drivers/md/raid1.c
+++ b/drivers/md/raid1.c
@@ -958,7 +958,7 @@ static void allow_barrier(struct r1conf *conf,
sector_t start_next_window,
static void freeze_array(struct r1conf *conf, int extra)
{
/* stop syncio and normal IO and wait for everything to
- * go quite.
+ * go quit.
* We wait until nr_pending match nr_queued+extra
* This is called in the context of one normal IO request
* that has failed. Thus any sync request that might be
pending
--
s/quite/quietly ?
I guess it should be "quiet" if referring from freeze_array in raid10.c.
many thanks for your review and correction. and here keep 'quiet' same
as raid10.c?
Thanks,
-Zhilong
Thanks,
Guoqing
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html