ext4: add debugging trigger for ext4_error()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 31 May 2012 02:56:46 +0000 (22:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 31 May 2012 02:56:46 +0000 (22:56 -0400)
Make it easy to test whether or not the error handling subsystem in
ext4 is working correctly.  This allows us to simulate an ext4_error()
by echoing a string to /sys/fs/ext4/<dev>/trigger_fs_error.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: ksumrall@google.com

No differences found