diff options
author | Andre Noll <maan@systemlinux.org> | 2008-03-25 16:00:53 -0400 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2008-07-07 20:52:45 -0400 |
commit | 910d8cb3f4ef2c4a5914176592d2f2bc3cd94cdd (patch) | |
tree | 3f3a692af0b19088762a9f2f7327f025243fb42a /drivers/md/md.c | |
parent | 9687a60c78bbf5649d9acbde1e8818be4c8c8b94 (diff) |
md: Fix typo in array_state comment.
Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r-- | drivers/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 8545818fb6d0..f5b6a0d1a67c 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -2624,7 +2624,7 @@ __ATTR(resync_start, S_IRUGO|S_IWUSR, resync_start_show, resync_start_store); | |||
2624 | * When written, doesn't tear down array, but just stops it | 2624 | * When written, doesn't tear down array, but just stops it |
2625 | * suspended (not supported yet) | 2625 | * suspended (not supported yet) |
2626 | * All IO requests will block. The array can be reconfigured. | 2626 | * All IO requests will block. The array can be reconfigured. |
2627 | * Writing this, if accepted, will block until array is quiessent | 2627 | * Writing this, if accepted, will block until array is quiescent |
2628 | * readonly | 2628 | * readonly |
2629 | * no resync can happen. no superblocks get written. | 2629 | * no resync can happen. no superblocks get written. |
2630 | * write requests fail | 2630 | * write requests fail |