diff options
author | Guoqing Jiang <gqjiang@suse.com> | 2016-03-14 05:01:39 -0400 |
---|---|---|
committer | Shaohua Li <shli@fb.com> | 2016-03-14 14:36:10 -0400 |
commit | d85326cf86d7f52d1ac23c38f745470066acc76f (patch) | |
tree | b1418a51069db026fb57147684446f2afb186685 /drivers/md/bitmap.h | |
parent | c6f0b9f195416e2d3c474e51190b6aa0c238aa36 (diff) |
md: fix typos for stipe
Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
Diffstat (limited to 'drivers/md/bitmap.h')
-rw-r--r-- | drivers/md/bitmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/bitmap.h b/drivers/md/bitmap.h index 7d5c3a610ca5..5e3fcd6ecf77 100644 --- a/drivers/md/bitmap.h +++ b/drivers/md/bitmap.h | |||
@@ -49,8 +49,8 @@ | |||
49 | * When we set a bit, or in the counter (to start a write), if the fields is | 49 | * When we set a bit, or in the counter (to start a write), if the fields is |
50 | * 0, we first set the disk bit and set the counter to 1. | 50 | * 0, we first set the disk bit and set the counter to 1. |
51 | * | 51 | * |
52 | * If the counter is 0, the on-disk bit is clear and the stipe is clean | 52 | * If the counter is 0, the on-disk bit is clear and the stripe is clean |
53 | * Anything that dirties the stipe pushes the counter to 2 (at least) | 53 | * Anything that dirties the stripe pushes the counter to 2 (at least) |
54 | * and sets the on-disk bit (lazily). | 54 | * and sets the on-disk bit (lazily). |
55 | * If a periodic sweep find the counter at 2, it is decremented to 1. | 55 | * If a periodic sweep find the counter at 2, it is decremented to 1. |
56 | * If the sweep find the counter at 1, the on-disk bit is cleared and the | 56 | * If the sweep find the counter at 1, the on-disk bit is cleared and the |