commit | 49e2bce5b74129c26a35e25d4693cbfe98c4688e | [log] [tgz] |
---|---|---|
author | San Mehat <san@android.com> | Mon Oct 12 16:29:01 2009 -0700 |
committer | San Mehat <san@android.com> | Mon Oct 12 16:29:01 2009 -0700 |
tree | 0f1d842ae2cd3258bef7172691c85c622b865450 | |
parent | ae10b91044bf76b40b77d81c169e48e0bbdf6d75 [diff] [blame] |
vold2: Wire up more of the mount function Signed-off-by: San Mehat <san@android.com>
diff --git a/DirectVolume.cpp b/DirectVolume.cpp index 0817624..515a33a 100644 --- a/DirectVolume.cpp +++ b/DirectVolume.cpp
@@ -119,3 +119,8 @@ void DirectVolume::handlePartitionRemoved(const char *devpath, NetlinkEvent *evt) { } + +int DirectVolume::prepareToMount(int *major, int *minor) { + errno = ENOSYS; + return -1; +}