We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98dd0b commit ccb8c3bCopy full SHA for ccb8c3b
Documentation/admin-guide/bcache.rst
@@ -508,9 +508,6 @@ cache_miss_collisions
508
cache miss, but raced with a write and data was already present (usually 0
509
since the synchronization for cache misses was rewritten)
510
511
-cache_readaheads
512
- Count of times readahead occurred.
513
-
514
Sysfs - cache set
515
~~~~~~~~~~~~~~~~~
516
drivers/md/bcache/stats.h
@@ -18,7 +18,6 @@ struct cache_stats {
18
unsigned long cache_misses;
19
unsigned long cache_bypass_hits;
20
unsigned long cache_bypass_misses;
21
- unsigned long cache_readaheads;
22
unsigned long cache_miss_collisions;
23
unsigned long sectors_bypassed;
24
0 commit comments