summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4fixup.h
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2011-06-22 18:34:28 -0700
committerKen Sumrall <ksumrall@android.com>2011-06-22 18:34:28 -0700
commit7e5ff13c55eb29748c07768bd7134819cbcbd4b0 (patch)
tree2b308ab9bd2e66a0372e34f92a43cfaef63dcf6e /ext4_utils/ext4fixup.h
parent97fc910ce0e05862888fd1d9e1938feba40f7539 (diff)
downloadextras-7e5ff13c55eb29748c07768bd7134819cbcbd4b0.tar.gz
Add test/debugging code to ext4fixup
Add debugging test code to specify where to bail partway through Add a script to drive the test code for automated testing. This found 4 bugs! Change-Id: I14dc8b1e2c9d2d2f332346958d488feaf768d396
Diffstat (limited to 'ext4_utils/ext4fixup.h')
-rw-r--r--ext4_utils/ext4fixup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext4_utils/ext4fixup.h b/ext4_utils/ext4fixup.h
index 94395e7b..6ea21132 100644
--- a/ext4_utils/ext4fixup.h
+++ b/ext4_utils/ext4fixup.h
@@ -15,5 +15,6 @@
*/
int ext4fixup(char *fsdev);
-int ext4fixup_internal(char *fsdev, int v_flag, int n_flag);
+int ext4fixup_internal(char *fsdev, int v_flag, int n_flag,
+ int stop_phase, int stop_loc, int stop_count);