add ext2/3/4-specific _check_extN_filesystem function
authorTheodore Ts'o <tytso@mit.edu>
Thu, 27 Aug 2009 21:17:32 +0000 (18:17 -0300)
committerChristoph Hellwig <hch@brick.lst.de>
Thu, 27 Aug 2009 21:17:32 +0000 (18:17 -0300)
commit8b61ae6352b1f92cc004a7349b90f39609c77a8f
treeafc5e60d4b7c44a22e9ffab95a6cef18e3f48ceb
parentae2c20fd77b41ea6e49d36048c2c8e46a79cab8c
add ext2/3/4-specific _check_extN_filesystem function

The _check_generic_filesystem function doesn't force a full filesystem
check, so filesystem inconsistencies after a test wouldn't be noticed.
To fix this, I added an extN specific check filesystem function.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Christoph Hellwig <hch@lst.de>
common.rc