1
0
Fork 0

trivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL

jbd header comment typo fix.

Signed-off-by: Kazuo Moriwaka <moriwaka@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Kazuo Moriwaka 2009-03-03 13:01:23 +01:00 committed by Jiri Kosina
parent 39db4b8dd1
commit 0cbfdc8648
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#define journal_oom_retry 1
/*
* Define JBD_PARANIOD_IOFAIL to cause a kernel BUG() if ext3 finds
* Define JBD_PARANOID_IOFAIL to cause a kernel BUG() if ext3 finds
* certain classes of error which can occur due to failed IOs. Under
* normal use we want ext3 to continue after such errors, because
* hardware _can_ fail, but for debugging purposes when running tests on