Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7aacf81 authored by Keun-young Park's avatar Keun-young Park Committed by android-build-merger
Browse files

Merge "use passed blk dev name for quota / super block check" am: 7b706c5b am: 2f3718c4

am: d31f3a0e

Change-Id: I0031690605466dcf7600c162565be5f6d6fd44cf
parents 9e6fba75 d31f3a0e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 force_check = do_quota_with_shutdown_check(fstab->recs[i].blk_device,
                                                       fstab->recs[i].fs_type,
        int force_check = do_quota_with_shutdown_check(n_blk_device, fstab->recs[i].fs_type,
                                                       &fstab->recs[i], &fs_stat);

        if ((fstab->recs[i].fs_mgr_flags & MF_CHECK) || force_check) {