Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cbfdc86 authored by Kazuo Moriwaka's avatar Kazuo Moriwaka Committed by Jiri Kosina
Browse files

trivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL



jbd header comment typo fix.

Signed-off-by: default avatarKazuo Moriwaka <moriwaka@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 39db4b8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@
#define journal_oom_retry 1
#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
 * certain classes of error which can occur due to failed IOs.  Under
 * normal use we want ext3 to continue after such errors, because
 * normal use we want ext3 to continue after such errors, because
 * hardware _can_ fail, but for debugging purposes when running tests on
 * hardware _can_ fail, but for debugging purposes when running tests on