diff options
Diffstat (limited to 'include/linux/dcache.h')
| -rw-r--r-- | include/linux/dcache.h | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 9e23d33bb6f1..f5bba51480b2 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -61,16 +61,6 @@ extern const struct qstr empty_name;  extern const struct qstr slash_name;  extern const struct qstr dotdot_name; -struct dentry_stat_t { -	long nr_dentry; -	long nr_unused; -	long age_limit;		/* age in seconds */ -	long want_pages;	/* pages requested by system */ -	long nr_negative;	/* # of unused negative dentries */ -	long dummy;		/* Reserved for future use */ -}; -extern struct dentry_stat_t dentry_stat; -  /*   * Try to keep struct dentry aligned on 64 byte cachelines (this will   * give reasonable cacheline footprint with larger lines without the  |