From 49e2bce5b74129c26a35e25d4693cbfe98c4688e Mon Sep 17 00:00:00 2001 From: San Mehat Date: Mon, 12 Oct 2009 16:29:01 -0700 Subject: vold2: Wire up more of the mount function Signed-off-by: San Mehat --- DirectVolume.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DirectVolume.cpp') diff --git a/DirectVolume.cpp b/DirectVolume.cpp index 0817624..515a33a 100644 --- a/DirectVolume.cpp +++ b/DirectVolume.cpp @@ -119,3 +119,8 @@ void DirectVolume::handleDiskRemoved(const char *devpath, NetlinkEvent *evt) { void DirectVolume::handlePartitionRemoved(const char *devpath, NetlinkEvent *evt) { } + +int DirectVolume::prepareToMount(int *major, int *minor) { + errno = ENOSYS; + return -1; +} -- cgit v1.2.3