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

Commit aa25204f authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 93557002: am 37fd839f: Merge "Revert "fs_mgr: correct warning on unused function parameter""

* commit '93557002':
  Revert "fs_mgr: correct warning on unused function parameter"
parents eca8ea82 93557002
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -821,7 +821,7 @@ int fs_mgr_get_crypt_info(struct fstab *fstab, char *key_loc, char *real_blk_dev
/* Add an entry to the fstab, and return 0 on success or -1 on error */
int fs_mgr_add_entry(struct fstab *fstab,
                     const char *mount_point, const char *fs_type,
                     const char *blk_device, long long length  __attribute__(unused))
                     const char *blk_device, long long length)
{
    struct fstab_rec *new_fstab_recs;
    int n = fstab->num_entries;