diff options
| author | Nick Piggin <npiggin@suse.de> | 2010-01-29 18:38:26 -0500 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2010-04-27 11:32:39 -0400 |
| commit | c2a70ba1f43bdf30f35479cf0e641136d5f979e7 (patch) | |
| tree | 573ef711eeaf6ff492fd50ddbf7acb6d6e426775 /include/linux/writeback.h | |
| parent | b5acee084dabd0916f73c65a42fd25e94bc3cd21 (diff) | |
dcache-percpu-nr_dentry
The nr_dentry stat is a globally touched cacheline and atomic operation
twice over the lifetime of a dentry. It is used for the benfit of userspace
only. We could make a per-cpu counter or something for it, but it is only
accessed via proc, so we could use slab stats.
XXX: must implement slab routines to return stats for a single cache, and
implement the proc handler.
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/writeback.h')
0 files changed, 0 insertions, 0 deletions
