commit | 4ba8948dc16463053e21cda5744f519a555080d0 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Thu Feb 18 09:00:18 2010 -0800 |
committer | San Mehat <san@google.com> | Thu Feb 18 11:48:49 2010 -0800 |
tree | b033c6371d77569f490bf0b4a2a7e64dbac58882 | |
parent | d31e380bd9689dd9629b510ffe324707e261b439 [diff] [blame] |
vold: Add 'force' option to anything that can cause an unmount Signed-off-by: San Mehat <san@google.com>
diff --git a/Volume.h b/Volume.h index 7306e4e..9bf0f0a 100644 --- a/Volume.h +++ b/Volume.h
@@ -53,7 +53,7 @@ virtual ~Volume(); int mountVol(); - int unmountVol(); + int unmountVol(bool force); int formatVol(); const char *getLabel() { return mLabel; }