Loading fs_mgr/fs_mgr.cpp +6 −6 Original line number Diff line number Diff line Loading @@ -903,7 +903,7 @@ static bool mount_with_alternatives(Fstab& fstab, int start_idx, int* end_idx, // Deal with alternate entries for the same point which are required to be all following // each other. if (mounted) { LERROR << __FUNCTION__ << "(): skipping fstab dup mountpoint=" << fstab[i].mount_point LINFO << __FUNCTION__ << "(): skipping fstab dup mountpoint=" << fstab[i].mount_point << " rec[" << i << "].fs_type=" << fstab[i].fs_type << " already mounted as " << fstab[*attempted_idx].fs_type; continue; Loading Loading @@ -933,7 +933,7 @@ static bool mount_with_alternatives(Fstab& fstab, int start_idx, int* end_idx, *attempted_idx = i; mounted = true; if (i != start_idx) { LERROR << __FUNCTION__ << "(): Mounted " << fstab[i].blk_device << " on " LINFO << __FUNCTION__ << "(): Mounted " << fstab[i].blk_device << " on " << fstab[i].mount_point << " with fs_type=" << fstab[i].fs_type << " instead of " << fstab[start_idx].fs_type; } Loading Loading
fs_mgr/fs_mgr.cpp +6 −6 Original line number Diff line number Diff line Loading @@ -903,7 +903,7 @@ static bool mount_with_alternatives(Fstab& fstab, int start_idx, int* end_idx, // Deal with alternate entries for the same point which are required to be all following // each other. if (mounted) { LERROR << __FUNCTION__ << "(): skipping fstab dup mountpoint=" << fstab[i].mount_point LINFO << __FUNCTION__ << "(): skipping fstab dup mountpoint=" << fstab[i].mount_point << " rec[" << i << "].fs_type=" << fstab[i].fs_type << " already mounted as " << fstab[*attempted_idx].fs_type; continue; Loading Loading @@ -933,7 +933,7 @@ static bool mount_with_alternatives(Fstab& fstab, int start_idx, int* end_idx, *attempted_idx = i; mounted = true; if (i != start_idx) { LERROR << __FUNCTION__ << "(): Mounted " << fstab[i].blk_device << " on " LINFO << __FUNCTION__ << "(): Mounted " << fstab[i].blk_device << " on " << fstab[i].mount_point << " with fs_type=" << fstab[i].fs_type << " instead of " << fstab[start_idx].fs_type; } Loading