commit | fd7f5875129adfe2845f4f3fffb17db3a89eea25 | [log] [tgz] |
---|---|---|
author | San Mehat <san@android.com> | Mon Oct 12 11:32:47 2009 -0700 |
committer | San Mehat <san@android.com> | Mon Oct 12 15:02:58 2009 -0700 |
tree | 5eb4230dc80b91ced9c7c45629d68f91059b1423 | |
parent | f1b736bc5605e92e917ab27f5abf3ba839be2270 [diff] [blame] |
vold2: Refactor the netlink event handling and better define how partitions/disks are handled Signed-off-by: San Mehat <san@android.com>
diff --git a/Volume.cpp b/Volume.cpp index aaccb2b..52d02cf 100644 --- a/Volume.cpp +++ b/Volume.cpp
@@ -35,7 +35,7 @@ free(mMountpoint); } -int Volume::handleDiskInsertion(const char *dp, int maj, int min, int nr_parts) { +int Volume::handleBlockEvent(NetlinkEvent *evt) { errno = ENOSYS; return -1; }