diff options
Diffstat (limited to 'Documentation/filesystems/caching/backend-api.txt')
-rw-r--r-- | Documentation/filesystems/caching/backend-api.txt | 6 |
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 | |||
100 | is enabled. This is accessible through the kobject struct fscache_cache::kobj | 100 | is enabled. This is accessible through the kobject struct fscache_cache::kobj |
101 | and is for use by the cache as it sees fit. | 101 | and is for use by the cache as it sees fit. |
102 | 102 | ||
103 | The 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 | ||
105 | enabled and is accessible through: | ||
106 | |||
107 | struct proc_dir_entry *proc_fscache; | ||
108 | |||
109 | 103 | ||
110 | ======================== | 104 | ======================== |
111 | RELEVANT DATA STRUCTURES | 105 | RELEVANT DATA STRUCTURES |