OSDN Git Service

Change the API for make_ext4fs() to better match the user's needs
authorKen Sumrall <ksumrall@android.com>
Thu, 20 Jan 2011 01:15:42 +0000 (17:15 -0800)
committerKen Sumrall <ksumrall@android.com>
Thu, 20 Jan 2011 01:15:42 +0000 (17:15 -0800)
commit983fb19d83d2391b19b289fc150495d8642378c4
tree30cac7223a54e81422787ccb2e5b4abbfc068731
parent435a8b61e925e3efb22fce08612efe210e83f791
Change the API for make_ext4fs() to better match the user's needs

The current make_ext4fs() is renamed make_ext4fs_internal(), and a new
make_ext4fs() has a simplified interface that supports the needs of
recovery and updater packages that call it.

Change-Id: I9e897f1f442c7f5060f8623ea74c3cf6a9c023e4
ext4_utils/make_ext4fs.c
ext4_utils/make_ext4fs.h
ext4_utils/make_ext4fs_main.c