• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

修訂a27bd2c768084161b28571836956734b46b4a1da (tree)
時間2009-07-17 18:08:57
作者San Mehat <san@goog...>
CommiterAndroid Git Automerger

Log Message

am b6e70d87: vold: Allow a damaged volume to be re-evaluated for mounting

Merge commit 'b6e70d877886bf363c5789456dcc00bb3f271c95'

* commit 'b6e70d877886bf363c5789456dcc00bb3f271c95':

vold: Allow a damaged volume to be re-evaluated for mounting

Change Summary

差異

--- a/vold/volmgr.c
+++ b/vold/volmgr.c
@@ -523,8 +523,7 @@ static int _volmgr_consider_disk_and_vol(volume_t *vol, blkdev_t *dev)
523523
524524 if (vol->state == volstate_unknown ||
525525 vol->state == volstate_mounted ||
526- vol->state == volstate_mounted_ro ||
527- vol->state == volstate_damaged) {
526+ vol->state == volstate_mounted_ro) {
528527 LOGE("Cannot consider volume '%s' because it is in state '%d",
529528 vol->mount_point, vol->state);
530529 return -EADDRINUSE;