Merge "use passed blk dev name for quota / super block check" am: 7b706c5b9e am: 2f3718c472
am: d31f3a0e9b
Change-Id: I0031690605466dcf7600c162565be5f6d6fd44cf
This commit is contained in:
commit
f7aacf81fa
1 changed files with 1 additions and 2 deletions
|
|
@ -1046,8 +1046,7 @@ int fs_mgr_do_mount(struct fstab *fstab, const char *n_name, char *n_blk_device,
|
||||||
}
|
}
|
||||||
|
|
||||||
int fs_stat = 0;
|
int fs_stat = 0;
|
||||||
int force_check = do_quota_with_shutdown_check(fstab->recs[i].blk_device,
|
int force_check = do_quota_with_shutdown_check(n_blk_device, fstab->recs[i].fs_type,
|
||||||
fstab->recs[i].fs_type,
|
|
||||||
&fstab->recs[i], &fs_stat);
|
&fstab->recs[i], &fs_stat);
|
||||||
|
|
||||||
if ((fstab->recs[i].fs_mgr_flags & MF_CHECK) || force_check) {
|
if ((fstab->recs[i].fs_mgr_flags & MF_CHECK) || force_check) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue