OSDN Git Service

Add real UUID support to ext4_utils.
authorJeff Sharkey <jsharkey@android.com>
Tue, 7 Apr 2015 05:29:04 +0000 (22:29 -0700)
committerColin Cross <ccross@google.com>
Tue, 28 Apr 2015 22:05:14 +0000 (22:05 +0000)
commitf965968e1912553939e7cf1afc9ff39d306ada54
tree9bd3aa5a70f9326b008fc92de443187e05a14f25
parentb0d1872803e2527a501d74b7afa518148414f1fb
Add real UUID support to ext4_utils.

For some unknown reason, we've always been generating the same UUID
for every single ext4 partition that we formatted.  Yikes.

Add a flag to request that a real UUID be generated when creating
filesystem.

(cherry-picked from 7538cc97e1695608123739d6ef8ff2ee1572aaec)

Bug: 19993667
Change-Id: I6f3f6aa373021cb8b6779e5354ac36436c4d98d3
ext4_utils/Android.mk
ext4_utils/ext4_utils.c
ext4_utils/ext4_utils.h
ext4_utils/make_ext4fs.c
ext4_utils/make_ext4fs_main.c
ext4_utils/uuid.c [deleted file]
ext4_utils/uuid.h [deleted file]