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

Commit a5af90d9 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Fix build, missed refactoring."

parents 33602c2c 05edf7a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -754,7 +754,7 @@ static void fuse_init(struct fuse *fuse, int fd, const char *source_path,
        fuse->root.perm = PERM_ROOT;
        fuse->root.mode = 0771;
        fuse->root.userid = owner_user;
        fuse->root.gid = multiuser_get_uid(owner_userid, AID_SDCARD_R);
        fuse->root.gid = multiuser_get_uid(owner_user, AID_SDCARD_R);
        fuse->package_to_appid = hashmapCreate(256, str_hash, str_icase_equals);
        fuse->uid_with_rw = hashmapCreate(128, int_hash, int_equals);
        snprintf(fuse->obbpath, sizeof(fuse->obbpath), "%s/Android/obb", source_path);