mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
Fix typo in RAID arrays documentation
Changed "write-throuth" to "write-through". Signed-off-by: Vivek Alurkar <primalkenja@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250821051622.8341-2-primalkenja@gmail.com
This commit is contained in:
committed by
Jonathan Corbet
parent
ba653158f4
commit
ddfaddc277
@@ -758,7 +758,7 @@ These currently include:
|
||||
|
||||
journal_mode (currently raid5 only)
|
||||
The cache mode for raid5. raid5 could include an extra disk for
|
||||
caching. The mode can be "write-throuth" and "write-back". The
|
||||
caching. The mode can be "write-through" or "write-back". The
|
||||
default is "write-through".
|
||||
|
||||
ppl_write_hint
|
||||
|
||||
Reference in New Issue
Block a user