New issue
Advanced search Search tips

Issue 611734 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Use relative paths to open simple cache entries

Project Member Reported by gavinp@chromium.org, May 13 2016

Issue description

Currently we use /absolute/paths/into/deep/directories to open all simple cache entries. If we have a single VFS miss during path resolution, that's a real bummer.

Instead, let's hold the cache directory open and use openat(2) to open the entries, thus avoiding any path resolution other than in the cache directory itself.
 
Project Member

Comment 1 by sheriffbot@chromium.org, May 15 2017

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been available for more than 365 days, and should be re-evaluated. Please re-triage this issue.
The Hotlist-Recharge-Cold label is applied for tracking purposes, and should not be removed after re-triaging the issue.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
A potential problem with this idea is that clear cache buttons on Android seems to delete the directory, and we probably don't want to keep it open through that.

Sign in to add a comment