aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/md.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/md.txt')
-rw-r--r--Documentation/md.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/md.txt b/Documentation/md.txt
index 0668f9dc9d29..084ecf4eb2f8 100644
--- a/Documentation/md.txt
+++ b/Documentation/md.txt
@@ -410,6 +410,15 @@ also have
410 than sectors, this my be larger than the number of actual errors 410 than sectors, this my be larger than the number of actual errors
411 by a factor of the number of sectors in a page. 411 by a factor of the number of sectors in a page.
412 412
413 bitmap_set_bits
414 If the array has a write-intent bitmap, then writing to this
415 attribute can set bits in the bitmap, indicating that a resync
416 would need to check the corresponding blocks. Either individual
417 numbers or start-end pairs can be written. Multiple numbers
418 can be separated by a space.
419 Note that the numbers are 'bit' numbers, not 'block' numbers.
420 They should be scaled by the bitmap_chunksize.
421
413Each active md device may also have attributes specific to the 422Each active md device may also have attributes specific to the
414personality module that manages it. 423personality module that manages it.
415These are specific to the implementation of the module and could 424These are specific to the implementation of the module and could