Limit "struct dircache_runinfo" to file scope
Change-Id: Ib3edef9a4568605a36bdacde174dfa6bca2d26fa
This commit is contained in:
parent
09f7bb82ca
commit
812406f430
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ static struct dircache
|
|||
} dircache;
|
||||
|
||||
/* struct that is used only for the cache in main memory */
|
||||
struct dircache_runinfo
|
||||
static struct dircache_runinfo
|
||||
{
|
||||
/* cache setting and build info */
|
||||
int suspended; /* dircache suspend count */
|
||||
|
|
Loading…
Reference in a new issue