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

Commit 9680eaa1 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: remove some dead code"

parents 55c2e1f4 093dd317
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -934,10 +934,6 @@ int fs_mgr_setup_verity(struct fstab_rec *fstab) {
    struct dm_ioctl *io = (struct dm_ioctl *) buffer;
    char *mount_point = basename(fstab->mount_point);

    // set the dm_ioctl flags
    io->flags |= 1;
    io->target_count = 1;

    // get verity filesystem size
    if (get_fs_size(fstab->fs_type, fstab->blk_device, &device_size) < 0) {
        return retval;