aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/caching/backend-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/caching/backend-api.txt')
-rw-r--r--Documentation/filesystems/caching/backend-api.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/filesystems/caching/backend-api.txt b/Documentation/filesystems/caching/backend-api.txt
index 17723053aa91..382d52cdaf2d 100644
--- a/Documentation/filesystems/caching/backend-api.txt
+++ b/Documentation/filesystems/caching/backend-api.txt
@@ -100,12 +100,6 @@ A sysfs directory called /sys/fs/fscache/<cachetag>/ is created if CONFIG_SYSFS
100is enabled. This is accessible through the kobject struct fscache_cache::kobj 100is enabled. This is accessible through the kobject struct fscache_cache::kobj
101and is for use by the cache as it sees fit. 101and is for use by the cache as it sees fit.
102 102
103The cache driver may create itself a directory named for the cache type in the
104/proc/fs/fscache/ directory. This is available if CONFIG_FSCACHE_PROC is
105enabled and is accessible through:
106
107 struct proc_dir_entry *proc_fscache;
108
109 103
110======================== 104========================
111RELEVANT DATA STRUCTURES 105RELEVANT DATA STRUCTURES