OSDN Git Service

zero the entire journal instead of just the first block
authorBrian Swetland <swetland@google.com>
Thu, 23 Sep 2010 23:06:23 +0000 (16:06 -0700)
committerBrian Swetland <swetland@google.com>
Thu, 23 Sep 2010 23:06:23 +0000 (16:06 -0700)
commit4b8b59a7cd0e1413dcf9973c4bbd7eb65a444c4c
tree34c08d53263881199349929b9a344d298e4cc036
parent16abe7acb8f1dbeb8b9b1dc41061a53dcbfea851
zero the entire journal instead of just the first block

I'm seeing some weeeeird stuff with sparse ext4 images where
files sometimes seem to come back from the dead after reflashing,
etc.  My crazy theory is they are hiding in the journal.

Colin humored me and pointed out how to ensure it's entirely
zero'd.

Change-Id: I4d14a2d4879c10540ef3c677ceb523bc061c1ec1
ext4_utils/ext4_utils.c